/packages/modules/Bluetooth/system/embdrv/lc3/src/ |
D | bwdet.c | 83 int hold = bw0 >= bwn; in lc3_bwdet_run() local 85 if (!hold) { in lc3_bwdet_run() 90 for (int i = i0 - l + 1; !hold && i <= i0 + 1; i++) { in lc3_bwdet_run() 91 hold = e[i-l] > tc * e[i]; in lc3_bwdet_run() 96 return hold ? bw0 : bwn; in lc3_bwdet_run()
|
/packages/apps/Gallery2/src/com/android/gallery3d/util/ |
D | Profile.java | 155 public synchronized void hold(Thread t) { in hold() method in Profile.Watchdog 215 public static void hold() { in hold() method in Profile 216 sWatchdog.hold(Thread.currentThread()); in hold()
|
/packages/modules/NeuralNetworks/runtime/ |
D | ExecutionCallback.cpp | 90 std::lock_guard<std::mutex> hold(mMutex); in setOnFinish() local 142 std::lock_guard<std::mutex> hold(mMutex); in notifyInternal() local
|
D | TelemetryStatsd.cpp | 344 std::lock_guard hold(mMutex); in write() local 373 std::lock_guard hold(mMutex); in ~AsyncLogger() local
|
D | Memory.h | 193 void hold(const IBurst::OptionalCacheHold& cacheHold) const;
|
/packages/modules/Bluetooth/android/pandora/server/src/com/android/pandora/ |
D | Hfp.kt | 167 call.hold() in swapActiveCall() 175 inCallService.calls[0].hold() in swapActiveCall()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/ |
D | BluetoothCall.java | 101 public void hold() { in hold() method in BluetoothCall 102 mCall.hold(); in hold()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | CallsManagerTest.java | 572 verify(ongoingCall).hold(any()); in testUnholdCallWhenOngoingCallCanBeHeld() 642 verify(ongoingCall).hold(any()); in testUnholdCallWhenOngoingCallCanNotBeHeldAndHasSameConnectionService() 680 verify(ongoingCall).hold(); in testAnswerCallWhenOngoingCallCanBeHeld() 776 verify(ongoingCall).hold(); in testAnswerCallWhenMultipleHeldCallsExisted() 888 verify(ongoingCall).hold(); in testSetActiveCallWhenOngoingCallCanBeHeld() 1024 verify(ongoingCall).hold(nullable(String.class)); in testSwapCallsWhenHeadsetMediaButtonShortPressDuringTwoCalls() 1550 verify(ongoingCall).hold(any()); in testSwapCallsWithSameConnectionMgr() 1726 doNothing().when(callSpy).hold(); in addSpyCall() 1740 doNothing().when(callSpy).hold(); in createSpyCall()
|
/packages/apps/Music/kotlin/ |
D | BUILD | 23 # library to hold the resources and make the android_binary target depend on it.
|
/packages/modules/NeuralNetworks/runtime/test/ |
D | PreparedModelCallback.cpp | 24 std::lock_guard<std::mutex> hold(mMutex); in notifyInternal() local
|
/packages/modules/Wifi/service/ServiceWifiResources/ |
D | Android.bp | 17 // APK to hold all the wifi overlayable resources.
|
/packages/modules/Uwb/service/ServiceUwbResources/ |
D | Android.bp | 17 // APK to hold all the uwb overlayable resources.
|
/packages/modules/Connectivity/service/ServiceConnectivityResources/ |
D | Android.bp | 17 // APK to hold all the wifi overlayable resources.
|
/packages/modules/Permission/SafetyCenter/Resources/ |
D | Android.bp | 17 // APK to hold all the Safety Center overlayable resources.
|
/packages/apps/Dialer/java/com/android/incallui/hold/ |
D | OnHoldFragment.java | 17 package com.android.incallui.hold;
|
/packages/modules/GeoTZ/ |
D | README.md | 10 - Files associated with a proposed mainline module APEX to hold the AOSP
|
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | audio_set_configurations.fbs | 28 /// Note: Consider extending it with `flags` field, to hold additional info like
|
/packages/modules/NeuralNetworks/common/ |
D | ExecutionBurstServer.cpp | 571 std::lock_guard<std::mutex> hold(mMutex); in freeMemory() local 644 std::lock_guard<std::mutex> hold(mMutex); in task() local
|
/packages/services/Telecomm/testapps/carmodedialer/src/com/android/server/telecom/carmodedialer/ |
D | CarModeInCallUI.java | 139 call.hold(); in onCreate()
|
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/ |
D | hfp.proto | 46 // Connect a call on hold, and disconnect the current call (as a handsfree)
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/ |
D | BluetoothCallTest.java | 109 assertThrows(NullPointerException.class, () -> mBluetoothCall.hold()); in hold_whenInnerCallIsNull_throwsNPE()
|
/packages/apps/Dialer/ |
D | packages.mk | 97 com.android.incallui.hold \
|
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
D | TestConnectionManager.java | 191 mRemote.hold(); in onHold()
|
/packages/services/Car/tests/BugReportApp/ |
D | README.md | 75 * Long press Rear Defrost hardware button (hold up to 6 seconds)
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/bluetooth/ |
D | BluetoothHeadsetFragment.java | 212 call.hold(); in holdCall()
|