Home
last modified time | relevance | path

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

12345678

/frameworks/av/media/codec2/docs/
Ddoxyfilter.sh4 global in_comment, current, indent, hold
5 in_comment, current, indent, hold = False, None, '', []
9 global hold
10 for h in hold:
12 hold[:] = []
15 global current, hold
17 for h in hold:
21 for h in hold:
26 hold[:] = []
29 global current, indent, hold
[all …]
/frameworks/ml/nn/runtime/
DCallbacks.cpp38 std::lock_guard<std::mutex> hold(mMutex); in notifyInternal() local
178 std::lock_guard<std::mutex> hold(mMutex); in setOnFinish() local
231 std::lock_guard<std::mutex> hold(mMutex); in notifyInternal() local
DVersionedInterfaces.cpp122 std::lock_guard<std::mutex> hold(mMutex); in serviceDied() local
136 std::lock_guard<std::mutex> hold(mMutex); in registerCallback() local
141 std::lock_guard<std::mutex> hold(mMutex); in unregisterCallback() local
/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsCallSessionImplBase.java204 public void hold(ImsStreamMediaProfile profile) {
205 ImsCallSessionImplBase.this.hold(profile);
476 public void hold(ImsStreamMediaProfile profile) { in hold() method in ImsCallSessionImplBase
/frameworks/base/core/proto/android/telecomm/
Denums.proto73 * Indicates that the call is currently on hold. In this state, the call is not terminated
74 * but no communication is allowed until the call is no longer on hold. The typical transition
75 * to this state is by the user putting an {@link #ACTIVE} call on hold by explicitly performing
76 * an action, such as clicking the hold button.
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSession.aidl181 void hold(in ImsStreamMediaProfile profile); in hold() method
/frameworks/base/telecomm/java/android/telecom/
DRemoteConference.java459 public void hold() { in hold() method in RemoteConference
461 mConnectionService.hold(mId, null /*Session.Info*/); in hold()
DRemoteConnection.java951 public void hold() { in hold() method in RemoteConnection
954 mConnectionService.hold(mConnectionId, null /*Session.Info*/); in hold()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java175 }).when(imsCall).hold(); in imsCallMocking()
419 doThrow(new ImsException()).when(mImsCall).hold(); in testImsHoldException()
425 verify(mImsCall).hold(); in testImsHoldException()
430 doNothing().when(mImsCall).hold(); in testImsHoldException()
433 verify(mImsCall, times(2)).hold(); in testImsHoldException()
499 verify(mImsCall, times(1)).hold(); in testImsMTCallAcceptHold()
1144 doNothing().when(mImsCall).hold(); in testClearHoldSwapStateOnSrvcc()
/frameworks/base/packages/SystemUI/
DREADME.md28 getComponent which were existing systems to get a hold of other parts of
40 Dependency provides a static method for getting a hold of dependencies that
59 number of listeners. The system_server gets a hold of the IStatusBar when
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhone.java238 if (mBackgroundCall.getState().isAlive()) mBackgroundCall.hold(); in switchHoldingAndActive()
610 void hold() throws CallStateException { in hold() method in SipPhone.SipCall
613 for (Connection c : getConnections()) ((SipConnection) c).hold(); in hold()
899 void hold() throws CallStateException { in hold() method in SipPhone.SipConnection
/frameworks/base/telecomm/java/com/android/internal/telecom/
DIConnectionService.aidl93 void hold(String callId, in Session.Info sessionInfo); in hold() method
/frameworks/base/telephony/java/android/telephony/ims/
DImsCallSession.java871 public void hold(ImsStreamMediaProfile profile) { in hold() method in ImsCallSession
877 miSession.hold(profile); in hold()
/frameworks/base/core/proto/android/server/location/
Denums.proto106 // Enum that hold the bit masks for various LTE Positioning Profile settings (LPP_PROFILE
/frameworks/ml/nn/common/
DExecutionBurstServer.cpp559 std::lock_guard<std::mutex> hold(mMutex); in freeMemory() local
631 std::lock_guard<std::mutex> hold(mMutex); in task() local
/frameworks/base/core/proto/android/server/
Dusagestatsservice.proto102 // They will hold a number that is equal to the index + 1 of their string in the pool
/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
DImsCallSessionImplBase.java254 public void hold(ImsStreamMediaProfile profile) { in hold() method in ImsCallSessionImplBase
/frameworks/base/tools/orientationplot/
DREADME.txt87 a little to the side, or they hold the device loosely so its orientation
/frameworks/base/packages/SystemUI/docs/
Dplugins.md89 Plugins must also hold the plugin permission.
197 …are always provided by the source of the android build.  All plugins must hold this permission for…
Dphysics-animation-layout.md29 …ues. Since the physics animations internally use SpringForce instances to hold inflight animation …
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java1371 public void hold() throws ImsException { in hold() method in ImsCall
1397 mSession.hold(createHoldMediaProfile()); in hold()
1509 mSession.hold(createHoldMediaProfile()); in merge()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGSMPhoneTest.java.broken720 // Multiparty call on hold, call waiting added
1142 // (if any exist) on hold and accepts the other (held or waiting)
1191 // on hold except call 3. This should fail and a supplementary service
1201 // on hold except call 1.
/frameworks/av/media/extractors/mpeg2/
DNOTICE185 defend, and hold each Contributor harmless for any liability
/frameworks/base/cmds/requestsync/
DNOTICE185 defend, and hold each Contributor harmless for any liability
/frameworks/av/media/codec2/components/flac/
DNOTICE185 defend, and hold each Contributor harmless for any liability

12345678