Home
last modified time | relevance | path

Searched refs:mInDeviceTypeAddr (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
DThreads.h321 audio_devices_t inDeviceType() const { return mInDeviceTypeAddr.mType; } in inDeviceType()
330 return mInDeviceTypeAddr; in inDeviceTypeAddr()
542 AudioDeviceTypeAddr mInDeviceTypeAddr; // input device type and address variable
DThreads.cpp8355 mInDeviceTypeAddr.mType = patch->sources[0].ext.device.type; in createAudioPatch_l()
8356 mInDeviceTypeAddr.mAddress = patch->sources[0].ext.device.address; in createAudioPatch_l()
8411 mInDeviceTypeAddr.reset(); in releaseAudioPatch_l()
9010 mInDeviceTypeAddr = sourceDeviceTypeAddr; in createAudioPatch_l()
9030 mInDeviceTypeAddr.reset(); in releaseAudioPatch_l()