Lines Matching refs:AudioIoDescriptor
249 sp<AudioIoDescriptor> AudioSystem::getIoDescriptor(audio_io_handle_t ioHandle) { in getIoDescriptor()
250 sp<AudioIoDescriptor> desc; in getIoDescriptor()
444 sp<AudioIoDescriptor> desc = getIoDescriptor(ioHandle); in getSamplingRate()
479 sp<AudioIoDescriptor> desc = getIoDescriptor(ioHandle); in getFrameCount()
514 sp<AudioIoDescriptor> outputDesc = getIoDescriptor(output); in getLatency()
602 sp<AudioIoDescriptor> desc = getIoDescriptor(ioHandle); in getFrameCountHAL()
639 const media::AudioIoDescriptor& _ioDesc) { in ioConfigChanged()
642 sp<AudioIoDescriptor> ioDesc( in ioConfigChanged()
661 if (sp<AudioIoDescriptor> oldDesc = getIoDescriptor_l(ioDesc->getIoHandle())) { in ioConfigChanged()
700 sp<AudioIoDescriptor> oldDesc = getIoDescriptor_l(ioDesc->getIoHandle()); in ioConfigChanged()
725 sp<AudioIoDescriptor> oldDesc = getIoDescriptor_l(ioDesc->getIoHandle()); in ioConfigChanged()
820 sp<AudioIoDescriptor>
829 sp<AudioIoDescriptor> AudioSystem::AudioFlingerClient::getIoDescriptor(audio_io_handle_t ioHandle) { in getIoDescriptor()
1844 const sp<AudioIoDescriptor> desc = getIoDescriptor(audioIo); in getDeviceIdForIo()