Home
last modified time | relevance | path

Searched refs:openOutputStream (Results 1 – 17 of 17) sorted by relevance

/device/google/atv/audio_proxy/
DStreamProviderImpl.cpp32 ndk::ScopedAStatus StreamProviderImpl::openOutputStream( in openOutputStream() function in audio_proxy::StreamProviderImpl
38 mDevice->openOutputStream(address, config, flags); in openOutputStream()
DAudioProxyDevice.h36 std::unique_ptr<AudioProxyStreamOut> openOutputStream(
DStreamProviderImpl.h32 ndk::ScopedAStatus openOutputStream(
DAudioProxyDevice.cpp65 std::unique_ptr<AudioProxyStreamOut> AudioProxyDevice::openOutputStream( in openOutputStream() function in audio_proxy::AudioProxyDevice
/device/google/atv/audio_proxy/service/
DDeviceImpl.cpp285 mBusStreamProvider.openOutputStream( in openOutputStreamImpl()
297 Return<void> DeviceImpl::openOutputStream(int32_t ioHandle, in openOutputStream() function in audio_proxy::service::DeviceImpl
317 Return<void> DeviceImpl::openOutputStream(int32_t ioHandle, in openOutputStream() function in audio_proxy::service::DeviceImpl
341 mBusStreamProvider.openOutputStream( in openOutputStream()
DBusStreamProvider.cpp52 std::shared_ptr<BusOutputStream> BusStreamProvider::openOutputStream( in openOutputStream() function in audio_proxy::service::BusStreamProvider
79 mStreamProvider->openOutputStream(address, config, flags, &stream); in openOutputStream_Locked()
DDeviceImpl.h79 Return<void> openOutputStream(int32_t ioHandle, const DeviceAddress& device,
90 Return<void> openOutputStream(int32_t ioHandle, const DeviceAddress& device,
DBusStreamProvider.h54 std::shared_ptr<BusOutputStream> openOutputStream(
/device/google/atv/audio_proxy/interfaces/5.0/
DIBusDevice.hal16 * as audio HAL IDevice.openOutputStream.
18 openOutputStream(
/device/generic/goldfish/audio/
Dprimary_device.cpp103 Return<void> Device::openOutputStream(int32_t ioHandle, in openOutputStream() function in android::hardware::audio::CPP_VERSION::implementation::Device
396 Return<void> PrimaryDevice::openOutputStream(int32_t ioHandle, in openOutputStream() function in android::hardware::audio::CPP_VERSION::implementation::PrimaryDevice
402 return mDevice->openOutputStream(ioHandle, device, config, flags, sourceMetadata, _hidl_cb); in openOutputStream()
Dprimary_device.h55 Return<void> openOutputStream(int32_t ioHandle,
148 Return<void> openOutputStream(int32_t ioHandle,
/device/google/atv/audio_proxy/interfaces/aidl/aidl_api/device.google.atv.audio_proxy-aidl/3/device/google/atv/audio_proxy/
DIStreamProvider.aidl22 …device.google.atv.audio_proxy.IOutputStream openOutputStream(in String address, in device.google.a… in openOutputStream() method
/device/google/atv/audio_proxy/interfaces/aidl/aidl_api/device.google.atv.audio_proxy-aidl/2/device/google/atv/audio_proxy/
DIStreamProvider.aidl22 …device.google.atv.audio_proxy.IOutputStream openOutputStream(in String address, in device.google.a… in openOutputStream() method
/device/google/atv/audio_proxy/interfaces/aidl/aidl_api/device.google.atv.audio_proxy-aidl/current/device/google/atv/audio_proxy/
DIStreamProvider.aidl22 …device.google.atv.audio_proxy.IOutputStream openOutputStream(in String address, in device.google.a… in openOutputStream() method
/device/google/atv/audio_proxy/interfaces/aidl/aidl_api/device.google.atv.audio_proxy-aidl/1/device/google/atv/audio_proxy/
DIStreamProvider.aidl22 …device.google.atv.audio_proxy.IOutputStream openOutputStream(in String address, in device.google.a… in openOutputStream() method
/device/google/atv/audio_proxy/interfaces/aidl/device/google/atv/audio_proxy/
DIStreamProvider.aidl19 IOutputStream openOutputStream( in openOutputStream() method
/device/google/atv/audio_proxy/interfaces/5.1/
DIBusDevice.hal10 * -- openOutputStream may return IAudioProxyStream, which is a subclass of