Home
last modified time | relevance | path

Searched refs:mRoutedDeviceId (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/av/media/libaudioclient/
H A DAudioRecord.cpp133 mRoutedDeviceId(AUDIO_PORT_HANDLE_NONE), mSelectedMicDirection(MIC_DIRECTION_UNSPECIFIED), in AudioRecord()
702 mRoutedDeviceId = deviceId; in updateRoutedDeviceId_l()
710 return mRoutedDeviceId; in getRoutedDeviceId()
729 mInput, mLatency, mSelectedDeviceId, mRoutedDeviceId); in dump()
856 mRoutedDeviceId = output.selectedDeviceId; in createRecord_l()
968 .set(AMEDIAMETRICS_PROP_ROUTEDDEVICEID, (int32_t)mRoutedDeviceId) in createRecord_l()
1532 mRoutedDeviceId = deviceId; in onAudioDeviceUpdate()
1536 callback->onAudioDeviceUpdate(mInput, mRoutedDeviceId); in onAudioDeviceUpdate()
H A DAudioTrack.cpp244 mRoutedDeviceId(AUDIO_PORT_HANDLE_NONE), in AudioTrack()
1660 mRoutedDeviceId = deviceId; in updateRoutedDeviceId_l()
1668 return mRoutedDeviceId; in getRoutedDeviceId()
1822 mRoutedDeviceId = output.selectedDeviceId; in createTrack_l()
1988 .set(AMEDIAMETRICS_PROP_ROUTEDDEVICEID, (int32_t)mRoutedDeviceId) in createTrack_l()
3410 mLatency, mSelectedDeviceId, mRoutedDeviceId); in dump()
3516 mRoutedDeviceId = deviceId; in onAudioDeviceUpdate()
3521 callback->onAudioDeviceUpdate(mOutput, mRoutedDeviceId); in onAudioDeviceUpdate()
/aosp12/frameworks/av/media/libaudioclient/include/media/
H A DAudioRecord.h780 audio_port_handle_t mRoutedDeviceId; // Device actually selected by audio policy manager: variable
H A DAudioTrack.h1346 audio_port_handle_t mRoutedDeviceId; // Device actually selected by audio policy manager: variable
/aosp12/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.h180 audio_port_handle_t mRoutedDeviceId; variable
H A DMediaPlayerService.cpp1812 mRoutedDeviceId(AUDIO_PORT_HANDLE_NONE), in AudioOutput()
2575 mRoutedDeviceId = mTrack->getRoutedDeviceId(); in getRoutedDeviceId()
2577 *deviceId = mRoutedDeviceId; in getRoutedDeviceId()