Home
last modified time | relevance | path

Searched refs:mHdmiAudioSystemClient (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/tests/hdmitests/src/android/hardware/hdmi/
DHdmiAudioSystemClientTest.java41 private HdmiAudioSystemClient mHdmiAudioSystemClient; field in HdmiAudioSystemClientTest
52 mHdmiAudioSystemClient = in before()
59 mHdmiAudioSystemClient.sendReportAudioStatusCecCommand(false, 50, 100, false); in testSingleCommand()
65 mHdmiAudioSystemClient.sendReportAudioStatusCecCommand(false, 50, 100, false); in testMultipleCommands_longTimeBetweenCalls()
69 mHdmiAudioSystemClient.sendReportAudioStatusCecCommand(false, 60, 100, false); in testMultipleCommands_longTimeBetweenCalls()
75 mHdmiAudioSystemClient.sendReportAudioStatusCecCommand(false, 1, 100, false); in testMultipleCommands_shortTimeBetweenCalls()
80 mHdmiAudioSystemClient.sendReportAudioStatusCecCommand(false, 10, 100, false); in testMultipleCommands_shortTimeBetweenCalls()
85 mHdmiAudioSystemClient.sendReportAudioStatusCecCommand(false, 20, 100, false); in testMultipleCommands_shortTimeBetweenCalls()
94 mHdmiAudioSystemClient.sendReportAudioStatusCecCommand(false, 60, 100, false); in testMultipleCommands_shortTimeBetweenCalls()
99 mHdmiAudioSystemClient.sendReportAudioStatusCecCommand(false, 80, 100, false); in testMultipleCommands_shortTimeBetweenCalls()
[all …]
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java884 mHdmiAudioSystemClient = mHdmiManager.getAudioSystemClient(); in onSystemReady()
2012 if (mHdmiAudioSystemClient == null in maybeSendSystemAudioStatusCommand()
2018 mHdmiAudioSystemClient.sendReportAudioStatusCecCommand( in maybeSendSystemAudioStatusCommand()
6316 private HdmiAudioSystemClient mHdmiAudioSystemClient; field in AudioService
6326 if (mHdmiTvClient == null && mHdmiAudioSystemClient == null) { in setHdmiSystemAudioSupported()
6553 pw.print(" mHdmiAudioSystemClient="); pw.println(mHdmiAudioSystemClient); in dump()