Home
last modified time | relevance | path

Searched refs:sendCecCommand (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecLocalDevicePlayback.java91 mService.sendCecCommand( in onAddressAllocated()
96 mService.sendCecCommand( in onAddressAllocated()
107 mService.sendCecCommand( in onAddressAllocated()
253 mService.sendCecCommand( in onStandby()
266 mService.sendCecCommand( in onStandby()
271 mService.sendCecCommand( in onStandby()
274 mService.sendCecCommand( in onStandby()
280 mService.sendCecCommand( in onStandby()
286 mService.sendCecCommand( in onStandby()
295 mService.sendCecCommand( in onStandby()
H A DHdmiCecLocalDeviceAudioSystem.java263 mService.sendCecCommand( in onAddressAllocated()
268 mService.sendCecCommand( in onAddressAllocated()
425 mService.sendCecCommand( in handleGiveSystemAudioModeStatus()
517 mService.sendCecCommand( in handleRequestShortAudioDescriptor()
815 mService.sendCecCommand( in handleSystemAudioModeRequest()
915 mService.sendCecCommand( in reportAudioStatus()
1073 mService.sendCecCommand(routingChange); in doManualPortSwitching()
1095 mService.sendCecCommand( in terminateSystemAudioMode()
1153 mService.sendCecCommand( in handleSystemAudioModeOnFromNonTvDevice()
1164 mService.sendCecCommand( in handleSystemAudioModeOnFromNonTvDevice()
[all …]
H A DHdmiCecLocalDevice.java428 mService.sendCecCommand(cecMessage); in handleGivePhysicalAddress()
444 mService.sendCecCommand(cecMessage); in handleGiveDeviceVendorId()
457 mService.sendCecCommand(cecMessage); in handleGetCecVersion()
519 mService.sendCecCommand(cecMessage, new SendMessageCallback() { in buildAndSendSetOsdName()
564 mService.sendCecCommand( in handleReportPhysicalAddress()
711 mService.sendCecCommand( in reportFeatures()
878 mService.sendCecCommand( in handleGiveDevicePowerStatus()
889 mService.sendCecCommand( in handleMenuRequest()
1048 mService.sendCecCommand(HdmiCecMessageBuilder.buildGiveFeatures( in querySetAudioVolumeLevelSupport()
1416 mService.sendCecCommand( in sendUserControlPressedAndReleased()
[all …]
H A DHdmiCecLocalDeviceTv.java176 mService.sendCecCommand( in onAddressAllocated()
181 mService.sendCecCommand( in onAddressAllocated()
194 mService.sendCecCommand( in onAddressAllocated()
288 mService.sendCecCommand(activeSource); in handleSelectInternalSource()
399 mService.sendCecCommand(routingChange); in startRoutingControl()
501 mService.sendCecCommand( in handleRequestActiveSource()
526 mService.sendCecCommand(command); in broadcastMenuLanguage()
1268 mService.sendCecCommand( in launchRoutingControl()
1409 mService.sendCecCommand( in onStandby()
1484 mService.sendCecCommand( in stopOneTouchRecord()
[all …]
H A DHdmiCecLocalDeviceSource.java111 mService.sendCecCommand( in sendStandby()
116 mService.sendCecCommand( in sendStandby()
120 mService.sendCecCommand( in sendStandby()
H A DHdmiCecFeatureAction.java186 mService.sendCecCommand(cmd); in sendCommand()
191 mService.sendCecCommand(cmd, callback); in sendCommand()
H A DHdmiCecPowerStatusController.java79 mHdmiControlService.sendCecCommand( in sendReportPowerStatus()
H A DActiveSourceHandler.java87 mService.sendCecCommand(activeSourceCommand); in process()
H A DHdmiControlService.java1516 void sendCecCommand(HdmiCecMessage command, @Nullable SendMessageCallback callback) { in sendCecCommand() method in HdmiControlService
1530 void sendCecCommand(HdmiCecMessage command) { in sendCecCommand() method in HdmiControlService
1532 sendCecCommand(command, null); in sendCecCommand()
1851 sendCecCommand( in setDisplayName()
2436 sendCecCommand(HdmiCecMessageBuilder.buildStandby( in powerOffRemoteDevice()
2477 sendCecCommand(setStreamPath); in askRemoteDeviceToBecomeActiveSource()
2560 sendCecCommand(HdmiCecMessageBuilder.buildVendorCommandWithId( in sendVendorCommand()
2564 sendCecCommand(HdmiCecMessageBuilder.buildVendorCommand( in sendVendorCommand()
2745 sendCecCommand( in setSystemAudioModeOnForAudioOnlySource()
4483 sendCecCommand(SetAudioVolumeLevelMessage.build( in onAudioDeviceVolumeChanged()
[all …]
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
H A DDetectTvSystemAudioModeSupportActionTest.java66 void sendCecCommand( in SetUp()
H A DSystemAudioInitiationActionFromAvrTest.java76 void sendCecCommand( in SetUp()