Searched refs:onDeviceRemoved (Results 1 – 4 of 4) sorted by relevance
41 virtual void onDeviceRemoved(unsigned int pcmCard, unsigned int pcmDevice) = 0;
53 virtual void onDeviceRemoved(unsigned int pcmCard, unsigned int pcmDevice);
238 void AudioHardwareInput::onDeviceRemoved(unsigned int pcmCard, unsigned int pcmDevice) in onDeviceRemoved() function in android::AudioHardwareInput
375 mCallback.onDeviceRemoved(pcmCard, pcmDevice); in threadLoop()