Home
last modified time | relevance | path

Searched defs:hold (Results 1 – 11 of 11) sorted by relevance

/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
DMemory.cpp211 void RuntimeMemory::hold(const IBurst::OptionalCacheHold& cacheHold) const { in hold() function in android::nn::RuntimeMemory
/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
/packages/modules/NeuralNetworks/runtime/test/
DPreparedModelCallback.cpp24 std::lock_guard<std::mutex> hold(mMutex); in notifyInternal() local
/packages/modules/NeuralNetworks/common/
DExecutionBurstServer.cpp565 std::lock_guard<std::mutex> hold(mMutex); in freeMemory() local
638 std::lock_guard<std::mutex> hold(mMutex); in task() local
/packages/apps/Car/Dialer/framework/fake/src/com/android/car/dialer/framework/
DMockCallManager.java127 private void hold(Call call) { in hold() method in MockCallManager
/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/
DBluetoothCall.java79 public void hold() { in hold() method in BluetoothCall
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DConnectionServiceFixture.java335 public void hold(String callId, Session.Info info) throws RemoteException { } in hold() method in ConnectionServiceFixture.FakeConnectionService
/packages/apps/Dialer/java/com/android/incallui/call/
DDialerCall.java1449 public void hold() { in hold() method in DialerCall
/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java2666 public void hold() { in hold() method in Call
2670 public void hold(String reason) { in hold() method in Call
DConnectionServiceWrapper.java1550 void hold(Call call) { in hold() method in ConnectionServiceWrapper