Searched refs:AudioIoDescriptor (Results 1 – 8 of 8) sorted by relevance
36 class AudioIoDescriptor : public RefBase {38 AudioIoDescriptor() : in AudioIoDescriptor() function46 virtual ~AudioIoDescriptor() {} in ~AudioIoDescriptor()
38 const sp<AudioIoDescriptor>& ioDesc) = 0;
529 sp<AudioIoDescriptor> getIoDescriptor(audio_io_handle_t ioHandle);539 const sp<AudioIoDescriptor>& ioDesc);553 DefaultKeyedVector<audio_io_handle_t, sp<AudioIoDescriptor> > mIoDescriptors;562 sp<AudioIoDescriptor> getIoDescriptor_l(audio_io_handle_t ioHandle);605 static sp<AudioIoDescriptor> getIoDescriptor(audio_io_handle_t ioHandle);
42 void ioConfigChanged(audio_io_config_event event, const sp<AudioIoDescriptor>& ioDesc) in ioConfigChanged()71 sp<AudioIoDescriptor> ioDesc = new AudioIoDescriptor(); in onTransact()
103 sp<AudioIoDescriptor> AudioSystem::getIoDescriptor(audio_io_handle_t ioHandle) in getIoDescriptor()105 sp<AudioIoDescriptor> desc; in getIoDescriptor()313 sp<AudioIoDescriptor> desc = getIoDescriptor(ioHandle); in getSamplingRate()350 sp<AudioIoDescriptor> desc = getIoDescriptor(ioHandle); in getFrameCount()387 sp<AudioIoDescriptor> outputDesc = getIoDescriptor(output); in getLatency()479 sp<AudioIoDescriptor> desc = getIoDescriptor(ioHandle); in getFrameCountHAL()524 const sp<AudioIoDescriptor>& ioDesc) { in ioConfigChanged()540 sp<AudioIoDescriptor> oldDesc = getIoDescriptor_l(ioDesc->mIoHandle); in ioConfigChanged()582 sp<AudioIoDescriptor> oldDesc = getIoDescriptor_l(ioDesc->mIoHandle); in ioConfigChanged()607 sp<AudioIoDescriptor> oldDesc = getIoDescriptor_l(ioDesc->mIoHandle); in ioConfigChanged()[all …]
1842 const sp<AudioIoDescriptor>& ioDesc, in ioConfigChanged()2675 const sp<AudioIoDescriptor> ioDesc = new AudioIoDescriptor(); in closeOutput_nonvirtual()2921 const sp<AudioIoDescriptor> ioDesc = new AudioIoDescriptor(); in closeInput_nonvirtual()
726 const sp<AudioIoDescriptor>& ioDesc,
2625 sp<AudioIoDescriptor> desc = new AudioIoDescriptor(); in ioConfigChanged()8387 sp<AudioIoDescriptor> desc = new AudioIoDescriptor(); in ioConfigChanged()9141 sp<AudioIoDescriptor> desc = new AudioIoDescriptor(); in ioConfigChanged()