Home
last modified time | relevance | path

Searched refs:hold (Results 1 – 25 of 81) sorted by relevance

1234

/packages/modules/Bluetooth/system/embdrv/lc3/src/
Dbwdet.c83 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/
DProfile.java155 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/
DExecutionCallback.cpp90 std::lock_guard<std::mutex> hold(mMutex); in setOnFinish() local
142 std::lock_guard<std::mutex> hold(mMutex); in notifyInternal() local
DTelemetryStatsd.cpp344 std::lock_guard hold(mMutex); in write() local
373 std::lock_guard hold(mMutex); in ~AsyncLogger() local
DMemory.h193 void hold(const IBurst::OptionalCacheHold& cacheHold) const;
/packages/modules/Bluetooth/android/pandora/server/src/com/android/pandora/
DHfp.kt167 call.hold() in swapActiveCall()
175 inCallService.calls[0].hold() in swapActiveCall()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothCall.java101 public void hold() { in hold() method in BluetoothCall
102 mCall.hold(); in hold()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallsManagerTest.java572 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/
DBUILD23 # library to hold the resources and make the android_binary target depend on it.
/packages/modules/NeuralNetworks/runtime/test/
DPreparedModelCallback.cpp24 std::lock_guard<std::mutex> hold(mMutex); in notifyInternal() local
/packages/modules/Wifi/service/ServiceWifiResources/
DAndroid.bp17 // APK to hold all the wifi overlayable resources.
/packages/modules/Uwb/service/ServiceUwbResources/
DAndroid.bp17 // APK to hold all the uwb overlayable resources.
/packages/modules/Connectivity/service/ServiceConnectivityResources/
DAndroid.bp17 // APK to hold all the wifi overlayable resources.
/packages/modules/Permission/SafetyCenter/Resources/
DAndroid.bp17 // APK to hold all the Safety Center overlayable resources.
/packages/apps/Dialer/java/com/android/incallui/hold/
DOnHoldFragment.java17 package com.android.incallui.hold;
/packages/modules/GeoTZ/
DREADME.md10 - Files associated with a proposed mainline module APEX to hold the AOSP
/packages/modules/Bluetooth/system/bta/le_audio/
Daudio_set_configurations.fbs28 /// Note: Consider extending it with `flags` field, to hold additional info like
/packages/modules/NeuralNetworks/common/
DExecutionBurstServer.cpp571 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/
DCarModeInCallUI.java139 call.hold(); in onCreate()
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/
Dhfp.proto46 // 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/
DBluetoothCallTest.java109 assertThrows(NullPointerException.class, () -> mBluetoothCall.hold()); in hold_whenInnerCallIsNull_throwsNPE()
/packages/apps/Dialer/
Dpackages.mk97 com.android.incallui.hold \
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestConnectionManager.java191 mRemote.hold(); in onHold()
/packages/services/Car/tests/BugReportApp/
DREADME.md75 * Long press Rear Defrost hardware button (hold up to 6 seconds)
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/bluetooth/
DBluetoothHeadsetFragment.java212 call.hold(); in holdCall()

1234