Searched refs:endpointParcelable (Results 1 – 3 of 3) sorted by relevance
88 void SharedRingBuffer::fillParcelable(AudioEndpointParcelable &endpointParcelable, in fillParcelable() argument90 int fdIndex = endpointParcelable.addFileDescriptor(mFileDescriptor, mSharedMemorySizeInBytes); in fillParcelable()
48 void fillParcelable(AudioEndpointParcelable &endpointParcelable,
205 AudioEndpointParcelable endpointParcelable; in getStreamDescription() local206 aaudio_result_t result = serviceStream->getDescription(endpointParcelable); in getStreamDescription()208 *endpoint = std::move(endpointParcelable).parcelable(); in getStreamDescription()