Home
last modified time | relevance | path

Searched defs:hold (Results 1 – 12 of 12) 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
DTelemetryStatsd.cpp344 std::lock_guard hold(mMutex); in write() local
373 std::lock_guard hold(mMutex); in ~AsyncLogger() local
DMemory.cpp215 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
DTestStatsdTelemetry.cpp54 std::lock_guard hold(mMutex); in signal() local
/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/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothCall.java103 public void hold() { in hold() method in BluetoothCall
/packages/apps/Dialer/java/com/android/incallui/call/
DDialerCall.java1449 public void hold() { in hold() method in DialerCall
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DConnectionServiceFixture.java355 public void hold(String callId, Session.Info info) throws RemoteException { } in hold() method in ConnectionServiceFixture.FakeConnectionService
/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java3088 public void hold() { in hold() method in Call
3096 public void hold(String reason) { in hold() method in Call
DConnectionServiceWrapper.java2009 void hold(Call call) { in hold() method in ConnectionServiceWrapper