Searched refs:openOutputStreamImpl (Results 1 – 2 of 2) sorted by relevance
/aosp12/hardware/interfaces/audio/core/all-versions/default/ |
H A D | Device.cpp | 153 std::tuple<Result, sp<IStreamOut>> Device::openOutputStreamImpl(int32_t ioHandle, in openOutputStreamImpl() function in android::hardware::audio::CPP_VERSION::implementation::Device 233 openOutputStreamImpl(ioHandle, device, config, flags, &suggestedConfig); in openOutputStream() 271 openOutputStreamImpl(ioHandle, device, config, flags, &suggestedConfig); in openOutputStream()
|
/aosp12/hardware/interfaces/audio/core/all-versions/default/include/core/default/ |
H A D | Device.h | 66 std::tuple<Result, sp<IStreamOut>> openOutputStreamImpl(int32_t ioHandle,
|