Home
last modified time | relevance | path

Searched refs:getFormat (Results 1 – 25 of 29) sorted by relevance

12

/hardware/interfaces/audio/core/all-versions/vts/functional/4.0/
DAudioPrimaryHidlHalUtils.h60 static auto getFormat(IStream* stream) { in getFormat() function
61 auto ret = stream->getFormat(); in getFormat()
67 EXPECT_OK(stream->getSupportedSampleRates(getFormat(stream), returnIn(res, rates))); in sampleRates()
74 EXPECT_OK(stream->getSupportedChannelMasks(getFormat(stream), returnIn(res, channels))); in channelMasks()
/hardware/interfaces/audio/core/all-versions/default/
DStream.cpp87 return getSupportedSampleRates(getFormat(), _hidl_cb); in getSupportedSampleRates()
90 return getSupportedChannelMasks(getFormat(), _hidl_cb); in getSupportedChannelMasks()
163 Return<AudioFormat> Stream::getFormat() { in getFormat() function in android::hardware::audio::CPP_VERSION::implementation::Stream
DStreamIn.cpp214 Return<AudioFormat> StreamIn::getFormat() { in getFormat() function in android::hardware::audio::CPP_VERSION::implementation::StreamIn
215 return mStreamCommon->getFormat(); in getFormat()
DStreamOut.cpp219 Return<AudioFormat> StreamOut::getFormat() { in getFormat() function in android::hardware::audio::CPP_VERSION::implementation::StreamOut
220 return mStreamCommon->getFormat(); in getFormat()
/hardware/interfaces/audio/core/all-versions/vts/functional/6.0/
DAudioPrimaryHidlHalTest.cpp33 profile->getFormat()); in getOutputDeviceConfigParameters()
79 profile->getFormat()); in getInputDeviceConfigParameters()
/hardware/qcom/sm8150/display/gralloc/
DQtiMapperExtensions.h84 Return<void> getFormat(void *buffer, getFormat_cb _hidl_cb) override;
DQtiMapperExtensions.cpp217 Return<void> QtiMapperExtensions::getFormat(void *buffer, getFormat_cb hidl_cb) { in getFormat() function in vendor::qti::hardware::display::mapperextensions::V1_1::implementation::QtiMapperExtensions
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3Stream.h90 int32_t getFormat(cam_format_t &fmt);
DQCamera3Stream.cpp1200 int32_t QCamera3Stream::getFormat(cam_format_t &fmt) in getFormat() function in qcamera::QCamera3Stream
/hardware/interfaces/audio/core/all-versions/default/include/core/default/
DStreamIn.h69 Return<AudioFormat> getFormat() override;
DStreamOut.h69 Return<AudioFormat> getFormat() override;
DStream.h72 Return<AudioFormat> getFormat() override;
/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
DGralloc1On0Adapter.cpp126 bufferHook<decltype(&Buffer::getFormat), in doGetFunction()
127 &Buffer::getFormat, int32_t*>); in doGetFunction()
DGralloc1On0Adapter.h231 gralloc1_error_t getFormat(int32_t* outFormat) const { in getFormat() function
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraStream.h93 int32_t getFormat(cam_format_t &fmt);
DQCameraMem.h258 int getFormat(){return mFormat;}; in getFormat() function
DQCameraChannel.cpp1223 rc = pStream->getFormat(streamInfo->fmt); in addReprocStreamsFromSource()
1272 pStream->getFormat(rp_cfg.offline.input_fmt); in addReprocStreamsFromSource()
DQCamera2HWICallbacks.cpp485 main_stream->getFormat(config.input_fmt); in capture_channel_cb_routine()
543 pStream->getFormat(fmt); in TsMakeupProcess_Snapshot()
1015 stream->getFormat(previewFmt); in sendPreviewCallback()
/hardware/interfaces/audio/2.0/
DIStream.hal103 getFormat() generates (AudioFormat format);
/hardware/interfaces/audio/6.0/
DIStream.hal119 getFormat() generates (AudioFormat format);
/hardware/interfaces/audio/5.0/
DIStream.hal119 getFormat() generates (AudioFormat format);
/hardware/interfaces/audio/4.0/
DIStream.hal119 getFormat() generates (AudioFormat format);
/hardware/interfaces/audio/5.0/config/api/
Dcurrent.txt321 method public String getFormat();
377 … method public java.util.List<audio.policy.configuration.V5_0.SurroundFormats.Format> getFormat();
/hardware/interfaces/audio/core/all-versions/vts/functional/
DAudioPrimaryHidlHalTest.h1045 ASSERT_EQ(audioConfig.format, extract(stream->getFormat())))
1107 &IStream::getFormat, &IStream::setFormat))
/hardware/interfaces/audio/6.0/config/api/
Dcurrent.txt331 method public String getFormat();
388 … method public java.util.List<audio.policy.configuration.V6_0.SurroundFormats.Format> getFormat();

12