Searched refs:mAudioDeviceInfo (Results 1 – 2 of 2) sorted by relevance
43 private final AudioDeviceInfo mAudioDeviceInfo; field in CarAudioDeviceInfo62 mAudioDeviceInfo = audioDeviceInfo; in CarAudioDeviceInfo()76 return mAudioDeviceInfo; in getAudioDeviceInfo()80 return mAudioDeviceInfo.getAddress(); in getAddress()164 return "address: " + mAudioDeviceInfo.getAddress() in toString()175 writer.printf("CarAudioDeviceInfo Device(%s)\n", mAudioDeviceInfo.getAddress()); in dump()
408 private final AudioDeviceInfo mAudioDeviceInfo; field in AudioRecorderTestFragment.AudioDeviceInfoWrapper411 mAudioDeviceInfo = audioDeviceInfo; in AudioDeviceInfoWrapper()415 return mAudioDeviceInfo; in getAudioDeviceInfo()422 .append(typeToString(mAudioDeviceInfo.getType())); in toString()424 if (!mAudioDeviceInfo.getAddress().isEmpty()) { in toString()426 builder.append(mAudioDeviceInfo.getAddress()); in toString()435 if (!mAudioDeviceInfo.getAddress().isEmpty()) { in toStringNoSymbols()437 builder.append(mAudioDeviceInfo.getAddress().replace("//s", "_")); in toStringNoSymbols()440 builder.append(typeToString(mAudioDeviceInfo.getType())); in toStringNoSymbols()