Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DCallbacks.cpp33 std::lock_guard<std::mutex> hold(mMutex); in notify() local
156 std::lock_guard<std::mutex> hold(mMutex); in setOnFinish() local
184 std::lock_guard<std::mutex> hold(mMutex); in notifyInternal() local
DVersionedInterfaces.cpp62 std::lock_guard<std::mutex> hold(mMutex); in serviceDied() local
75 std::lock_guard<std::mutex> hold(mMutex); in registerCallback() local
80 std::lock_guard<std::mutex> hold(mMutex); in unregisterCallback() local
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSession.aidl166 void hold(in ImsStreamMediaProfile profile); in hold() method
/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsCallSessionImplBase.java435 public void hold(ImsStreamMediaProfile profile) { in hold() method in ImsCallSessionImplBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhone.java597 void hold() throws CallStateException { in hold() method in SipPhone.SipCall
885 void hold() throws CallStateException { in hold() method in SipPhone.SipConnection
/frameworks/base/telecomm/java/android/telecom/
DRemoteConference.java459 public void hold() { in hold() method in RemoteConference
DRemoteConnection.java951 public void hold() { in hold() method in RemoteConnection
DConnectionService.java1710 private void hold(String callId) { in hold() method in ConnectionService
DCall.java1470 public void hold() { in hold() method in Call
/frameworks/base/telecomm/java/com/android/internal/telecom/
DIConnectionService.aidl72 void hold(String callId, in Session.Info sessionInfo); in hold() method
/frameworks/ml/nn/common/
DExecutionBurstServer.cpp572 std::lock_guard<std::mutex> hold(mMutex); in task() local
/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
DImsCallSessionImplBase.java223 public void hold(ImsStreamMediaProfile profile) { in hold() method in ImsCallSessionImplBase
/frameworks/base/telephony/java/android/telephony/ims/
DImsCallSession.java821 public void hold(ImsStreamMediaProfile profile) { in hold() method in ImsCallSession
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java1302 public void hold() throws ImsException { in hold() method in ImsCall