Home
last modified time | relevance | path

Searched defs:sendCommand (Results 1 – 23 of 23) sorted by relevance

/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecFeatureAction.java169 protected final void sendCommand(HdmiCecMessage cmd) { in sendCommand() method in HdmiCecFeatureAction
173 protected final void sendCommand(HdmiCecMessage cmd, in sendCommand() method in HdmiCecFeatureAction
DHdmiCecController.java583 void sendCommand(HdmiCecMessage cecMessage) { in sendCommand() method in HdmiCecController
589 void sendCommand(final HdmiCecMessage cecMessage, in sendCommand() method in HdmiCecController
/frameworks/support/media/src/main/java/androidx/media/
DMediaController2ImplBase.java912 private void sendCommand(int commandCode) { in sendCommand() method in MediaController2ImplBase
916 private void sendCommand(int commandCode, Bundle args) { in sendCommand() method in MediaController2ImplBase
924 private void sendCommand(String command) { in sendCommand() method in MediaController2ImplBase
928 private void sendCommand(String command, ResultReceiver receiver) { in sendCommand() method in MediaController2ImplBase
932 private void sendCommand(String command, Bundle args, ResultReceiver receiver) { in sendCommand() method in MediaController2ImplBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/apdu/
DApduSender.java146 private void sendCommand( in sendCommand() method in ApduSender
/frameworks/support/media/src/main/aidl/android/support/v4/media/session/
DIMediaSession.aidl38 …void sendCommand(String command, in Bundle args, in MediaSessionCompat.ResultReceiverWrapper cb) =… in sendCommand() method
/frameworks/av/media/libmedia/omx/1.0/
DWOmxNode.cpp37 status_t LWOmxNode::sendCommand( in sendCommand() function in android::hardware::media::omx::V1_0::utils::LWOmxNode
254 Return<Status> TWOmxNode::sendCommand(uint32_t cmd, int32_t param) { in sendCommand() function in android::hardware::media::omx::V1_0::utils::TWOmxNode
/frameworks/av/media/libstagefright/omx/1.0/
DWOmxNode.cpp40 status_t LWOmxNode::sendCommand( in sendCommand() function in android::hardware::media::omx::V1_0::implementation::LWOmxNode
257 Return<Status> TWOmxNode::sendCommand(uint32_t cmd, int32_t param) { in sendCommand() function in android::hardware::media::omx::V1_0::implementation::TWOmxNode
/frameworks/base/media/java/android/media/session/
DISessionController.aidl39 void sendCommand(String packageName, ISessionControllerCallback caller, in sendCommand() method
DMediaController.java454 public void sendCommand(@NonNull String command, @Nullable Bundle args, in sendCommand() method in MediaController
/frameworks/av/media/libstagefright/omx/
DSoftOMXComponent.cpp258 OMX_ERRORTYPE SoftOMXComponent::sendCommand( in sendCommand() function in android::SoftOMXComponent
DSimpleSoftOMXComponent.cpp56 OMX_ERRORTYPE SimpleSoftOMXComponent::sendCommand( in sendCommand() function in android::SimpleSoftOMXComponent
DOMXNodeInstance.cpp518 status_t OMXNodeInstance::sendCommand( in sendCommand() function in android::OMXNodeInstance
/frameworks/support/media/src/main/java/android/support/v4/media/session/
DMediaControllerCompat.java614 public void sendCommand(@NonNull String command, Bundle params, ResultReceiver cb) { in sendCommand() method in MediaControllerCompat
1427 void sendCommand(String command, Bundle params, ResultReceiver cb); in sendCommand() method
1676 public void sendCommand(String command, Bundle params, ResultReceiver cb) { in sendCommand() method in MediaControllerCompat.MediaControllerImplBase
2153 public void sendCommand(String command, Bundle params, ResultReceiver cb) { in sendCommand() method in MediaControllerCompat.MediaControllerImplApi21
DMediaSessionCompat.java2524 public void sendCommand(String command, Bundle args, ResultReceiverWrapper cb) { in sendCommand() method in MediaSessionCompat.MediaSessionImplBase.MediaSessionStub
3468 public void sendCommand(String command, Bundle args, ResultReceiverWrapper cb) { in sendCommand() method in MediaSessionCompat.MediaSessionImplApi21.ExtraSession
/frameworks/av/camera/
DCamera.cpp314 status_t Camera::sendCommand(int32_t cmd, int32_t arg1, int32_t arg2) in sendCommand() function in android::Camera
DICamera.cpp278 virtual status_t sendCommand(int32_t cmd, int32_t arg1, int32_t arg2) in sendCommand() function in android::hardware::BpCamera
/frameworks/av/media/libmedia/
DIOMX.cpp152 virtual status_t sendCommand( in sendCommand() function in android::BpOMXNode
461 virtual status_t sendCommand( in sendCommand() function in android::HpOMXNode
/frameworks/support/media/api21/android/support/v4/media/session/
DMediaControllerCompatApi21.java128 public static void sendCommand(Object controllerObj, in sendCommand() method in MediaControllerCompatApi21
/frameworks/av/services/camera/libcameraservice/device1/
DCameraHardwareInterface.cpp695 status_t CameraHardwareInterface::sendCommand(int32_t cmd, int32_t arg1, int32_t arg2) in sendCommand() function in android::CameraHardwareInterface
/frameworks/base/services/core/java/com/android/server/media/
DMediaSessionRecord.java945 public void sendCommand(String packageName, int pid, int uid, in sendCommand() method in MediaSessionRecord.SessionCb
1145 public void sendCommand(String packageName, ISessionControllerCallback caller, in sendCommand() method in MediaSessionRecord.ControllerStub
/frameworks/av/services/camera/libcameraservice/api1/
DCameraClient.cpp742 status_t CameraClient::sendCommand(int32_t cmd, int32_t arg1, int32_t arg2) { in sendCommand() function in android::CameraClient
DCamera2Client.cpp1586 status_t Camera2Client::sendCommand(int32_t cmd, int32_t arg1, int32_t arg2) { in sendCommand() function in android::Camera2Client
/frameworks/av/services/audiopolicy/service/
DAudioPolicyService.cpp1097 status_t AudioPolicyService::AudioCommandThread::sendCommand(sp<AudioCommand>& command, int delayMs) in sendCommand() function in android::AudioPolicyService::AudioCommandThread