Home
last modified time | relevance | path

Searched defs:what (Results 1 – 21 of 21) sorted by relevance

/device/generic/vulkan-cereal/fake-android-guest/androidImpl/
DANativeWindow.cpp23 static int32_t query(ANativeWindow* window, int what) { in query()
146 int ANativeWindow_query(const ANativeWindow* window, ANativeWindowQuery what, int* value) { in ANativeWindow_query()
172 int ANativeWindow_queryf(const ANativeWindow* window, ANativeWindowQuery what, float* value) { in ANativeWindow_queryf()
DAndroidWindow.cpp103 int AndroidWindow::query(int what, int* value) const { in query()
234 static int hook_query(const struct ANativeWindow* window, int what, int* value) { in hook_query()
/device/google/contexthub/firmware/os/algos/
Dfusion.c137 static int fusion_init_complete(struct Fusion *fusion, int what, const struct Vec3 *d, float dT) { in fusion_init_complete()
/device/generic/opengl-transport/host/libs/virglrenderer/
DRenderControl.cpp108 static int query(const ANativeWindow* window, int what, int* value) { in query()
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/X11/extensions/
DXInput2.h311 int what; member
DXI2proto.h1047 uint8_t what; /**< ::XIPropertyDeleted, member
/device/generic/goldfish/camera/
DEmulatedFakeCamera2.cpp1611 #define READ_IF_OK(res, what, def) \ in processRequest() argument
/device/google/barbet-kernel/sm7250/original-kernel-headers/sound/
Dasound.h1038 #define SNDRV_CTL_NAME_IEC958(expl,direction,what) "IEC958 " expl SNDRV_CTL_NAME_##direction SNDRV_… argument
/device/google/sunfish-kernel/sm7150/original-kernel-headers/sound/
Dasound.h1029 #define SNDRV_CTL_NAME_IEC958(expl,direction,what) "IEC958 " expl SNDRV_CTL_NAME_##direction SNDRV_… argument
/device/google/redbull-kernel/sm7250/original-kernel-headers/sound/
Dasound.h1038 #define SNDRV_CTL_NAME_IEC958(expl,direction,what) "IEC958 " expl SNDRV_CTL_NAME_##direction SNDRV_… argument
/device/google/sunfish-kernel/sm7150/kernel-headers/sound/
Dasound.h834 #define SNDRV_CTL_NAME_IEC958(expl,direction,what) "IEC958 " expl SNDRV_CTL_NAME_ ##direction SNDRV… argument
/device/google/bonito/sdm710/original-kernel-headers/sound/
Dasound.h1020 #define SNDRV_CTL_NAME_IEC958(expl,direction,what) "IEC958 " expl SNDRV_CTL_NAME_##direction SNDRV_… argument
/device/google/coral-kernel/sm8150/original-kernel-headers/sound/
Dasound.h1029 #define SNDRV_CTL_NAME_IEC958(expl,direction,what) "IEC958 " expl SNDRV_CTL_NAME_##direction SNDRV_… argument
/device/google/barbet-kernel/sm7250/kernel-headers/sound/
Dasound.h842 #define SNDRV_CTL_NAME_IEC958(expl,direction,what) "IEC958 " expl SNDRV_CTL_NAME_ ##direction SNDRV… argument
/device/google/crosshatch/sdm845/kernel-headers/sound/
Dasound.h828 #define SNDRV_CTL_NAME_IEC958(expl,direction,what) "IEC958 " expl SNDRV_CTL_NAME_ ##direction SNDRV… argument
/device/google/redbull-kernel/sm7250/kernel-headers/sound/
Dasound.h842 #define SNDRV_CTL_NAME_IEC958(expl,direction,what) "IEC958 " expl SNDRV_CTL_NAME_ ##direction SNDRV… argument
/device/google/bonito/sdm710/kernel-headers/sound/
Dasound.h828 #define SNDRV_CTL_NAME_IEC958(expl,direction,what) "IEC958 " expl SNDRV_CTL_NAME_ ##direction SNDRV… argument
/device/google/coral-kernel/sm8150/kernel-headers/sound/
Dasound.h834 #define SNDRV_CTL_NAME_IEC958(expl,direction,what) "IEC958 " expl SNDRV_CTL_NAME_ ##direction SNDRV… argument
/device/google/crosshatch/sdm845/original-kernel-headers/sound/
Dasound.h1020 #define SNDRV_CTL_NAME_IEC958(expl,direction,what) "IEC958 " expl SNDRV_CTL_NAME_##direction SNDRV_… argument
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp4891 void GL2Encoder::s_glEnable(void* self, GLenum what) { in s_glEnable()
4909 void GL2Encoder::s_glDisable(void* self, GLenum what) { in s_glDisable()
/device/generic/vulkan-cereal/include/vulkan/
Dvulkan.hpp13875 explicit LogicError( const std::string& what ) in LogicError()
13877 explicit LogicError( char const * what ) in LogicError()
13880 virtual const char* what() const VULKAN_HPP_NOEXCEPT { return std::logic_error::what(); } in what() function in VULKAN_HPP_NAMESPACE::LogicError
13888 SystemError( std::error_code ec, std::string const& what ) in SystemError()
13890 SystemError( std::error_code ec, char const * what ) in SystemError()
13894 SystemError( int ev, std::error_category const& ecat, std::string const& what) in SystemError()
13896 SystemError( int ev, std::error_category const& ecat, char const * what) in SystemError()
13899 virtual const char* what() const VULKAN_HPP_NOEXCEPT { return std::system_error::what(); } in what() function in VULKAN_HPP_NAMESPACE::SystemError