Searched refs:mSelectedDeviceId (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libaudioclient/
H A DAudioRecord.cpp72 mSelectedDeviceId(AUDIO_PORT_HANDLE_NONE), mRoutedDeviceId(AUDIO_PORT_HANDLE_NONE),
100 mSelectedDeviceId(AUDIO_PORT_HANDLE_NONE),
483 if (mSelectedDeviceId != deviceId) {
484 mSelectedDeviceId = deviceId;
499 return mSelectedDeviceId;
565 mRoutedDeviceId = mSelectedDeviceId;
H A DAudioTrack.cpp190 mSelectedDeviceId(AUDIO_PORT_HANDLE_NONE),
223 mSelectedDeviceId(AUDIO_PORT_HANDLE_NONE),
255 mSelectedDeviceId(AUDIO_PORT_HANDLE_NONE),
1218 if (mSelectedDeviceId != deviceId) {
1219 mSelectedDeviceId = deviceId;
1229 return mSelectedDeviceId;
1329 mRoutedDeviceId = mSelectedDeviceId;
/frameworks/av/include/media/
H A DAudioRecord.h675 audio_port_handle_t mSelectedDeviceId; // Device requested by the application. member in class:android::AudioRecord
H A DAudioTrack.h1158 audio_port_handle_t mSelectedDeviceId; // Device requested by the application. member in class:android::AudioTrack
/frameworks/av/media/libaudioclient/include/media/
H A DAudioRecord.h675 audio_port_handle_t mSelectedDeviceId; // Device requested by the application. member in class:android::AudioRecord
H A DAudioTrack.h1158 audio_port_handle_t mSelectedDeviceId; // Device requested by the application. member in class:android::AudioTrack

Completed in 109 milliseconds