Home
last modified time | relevance | path

Searched defs:getFormat (Results 1 – 5 of 5) sorted by relevance

/device/generic/goldfish/audio/
Dstream_common.cpp67 AudioFormat StreamCommon::getFormat() const { in getFormat() function in android::hardware::audio::CPP_VERSION::implementation::StreamCommon
/device/generic/vulkan-cereal/stream-servers/
DColorBuffer.h59 GLenum getFormat() const { return mFormat; } in getFormat() function
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DHostConnection.cpp206 virtual int getFormat(native_handle_t const* handle) in getFormat() function in GoldfishGralloc
289 virtual int getFormat(native_handle_t const* handle) { in getFormat() function in MinigbmGralloc
398 virtual int getFormat(native_handle_t const* handle) { in getFormat() function in MinigbmGralloc
/device/generic/vulkan-cereal/stream-servers/vulkan/
DSwapChainStateVk.cpp298 VkFormat SwapChainStateVk::getFormat() { return k_vkFormat; } in getFormat() function in gfxstream::vk::SwapChainStateVk
/device/google/atv/audio_proxy/service/
DStreamOutImpl.cpp151 Return<AudioFormat> StreamOutImpl::getFormat() { return mConfig.format; } in getFormat() function in audio_proxy::service::StreamOutImpl