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.java44 private HdmiAudioSystemClient mHdmiAudioSystemClient; field in HdmiAudioSystemClientTest
55 mHdmiAudioSystemClient = in before()
62 mHdmiAudioSystemClient.sendReportAudioStatusCecCommand(false, 50, 100, false); in testSingleCommand()
68 mHdmiAudioSystemClient.sendReportAudioStatusCecCommand(false, 50, 100, false); in testMultipleCommands_longTimeBetweenCalls()
72 mHdmiAudioSystemClient.sendReportAudioStatusCecCommand(false, 60, 100, false); in testMultipleCommands_longTimeBetweenCalls()
78 mHdmiAudioSystemClient.sendReportAudioStatusCecCommand(false, 1, 100, false); in testMultipleCommands_shortTimeBetweenCalls()
83 mHdmiAudioSystemClient.sendReportAudioStatusCecCommand(false, 10, 100, false); in testMultipleCommands_shortTimeBetweenCalls()
88 mHdmiAudioSystemClient.sendReportAudioStatusCecCommand(false, 20, 100, false); in testMultipleCommands_shortTimeBetweenCalls()
97 mHdmiAudioSystemClient.sendReportAudioStatusCecCommand(false, 60, 100, false); in testMultipleCommands_shortTimeBetweenCalls()
102 mHdmiAudioSystemClient.sendReportAudioStatusCecCommand(false, 80, 100, false); in testMultipleCommands_shortTimeBetweenCalls()
[all …]
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java1651 mHdmiAudioSystemClient = mHdmiManager.getAudioSystemClient(); in onSystemReady()
3971 if (mHdmiAudioSystemClient == null in maybeSendSystemAudioStatusCommand()
3979 mHdmiAudioSystemClient.sendReportAudioStatusCecCommand( in maybeSendSystemAudioStatusCommand()
7875 mHdmiAudioSystemClient = mHdmiManager.getAudioSystemClient(); in updateHdmiAudioSystemClient()
11580 private HdmiAudioSystemClient mHdmiAudioSystemClient; field in AudioService
11596 if (mHdmiTvClient == null && mHdmiAudioSystemClient == null) { in setHdmiSystemAudioSupported()
11872 pw.print(" mHdmiAudioSystemClient="); pw.println(mHdmiAudioSystemClient); in dump()