Loading core/java/android/hardware/soundtrigger/SoundTrigger.java +1 −1 Original line number Diff line number Diff line Loading @@ -1945,7 +1945,7 @@ public class SoundTrigger { Looper looper = handler != null ? handler.getLooper() : Looper.getMainLooper(); try { return new SoundTriggerModule(getService(), moduleId, listener, looper); } catch (RemoteException e) { } catch (Exception e) { Log.e(TAG, "", e); return null; } Loading Loading
core/java/android/hardware/soundtrigger/SoundTrigger.java +1 −1 Original line number Diff line number Diff line Loading @@ -1945,7 +1945,7 @@ public class SoundTrigger { Looper looper = handler != null ? handler.getLooper() : Looper.getMainLooper(); try { return new SoundTriggerModule(getService(), moduleId, listener, looper); } catch (RemoteException e) { } catch (Exception e) { Log.e(TAG, "", e); return null; } Loading