Searched refs:aidlDevice (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/libaudiohal/impl/ |
D | DeviceHalAidl.cpp | 288 AudioDevice aidlDevice; in getInputBufferSize() local 289 aidlDevice.type.type = AudioDeviceType::IN_DEFAULT; in getInputBufferSize() 298 0 /*handle*/, aidlDevice, aidlFlags, aidlSource, in getInputBufferSize() 442 AudioDevice aidlDevice = VALUE_OR_RETURN_STATUS( in openOutputStream() local 452 RETURN_STATUS_IF_ERROR(mMapper.prepareToOpenStream(aidlHandle, aidlDevice, aidlFlags, in openOutputStream() 523 AudioDevice aidlDevice = VALUE_OR_RETURN_STATUS( in openInputStream() local 536 aidlHandle, aidlDevice, aidlFlags, aidlSource, in openInputStream()
|