| /device/generic/vulkan-cereal/fake-android-guest/androidImpl/ |
| D | ANativeWindow.cpp | 23 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()
|
| D | AndroidWindow.cpp | 103 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/ |
| D | fusion.c | 137 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/ |
| D | RenderControl.cpp | 108 static int query(const ANativeWindow* window, int what, int* value) { in query()
|
| /device/generic/vulkan-cereal/stream-servers/apigen-codec-common/X11/extensions/ |
| D | XInput2.h | 311 int what; member
|
| D | XI2proto.h | 1047 uint8_t what; /**< ::XIPropertyDeleted, member
|
| /device/generic/goldfish/camera/ |
| D | EmulatedFakeCamera2.cpp | 1611 #define READ_IF_OK(res, what, def) \ in processRequest() argument
|
| /device/google/barbet-kernel/sm7250/original-kernel-headers/sound/ |
| D | asound.h | 1038 #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/ |
| D | asound.h | 1029 #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/ |
| D | asound.h | 1038 #define SNDRV_CTL_NAME_IEC958(expl,direction,what) "IEC958 " expl SNDRV_CTL_NAME_##direction SNDRV_… argument
|
| /device/google/sunfish-kernel/sm7150/kernel-headers/sound/ |
| D | asound.h | 834 #define SNDRV_CTL_NAME_IEC958(expl,direction,what) "IEC958 " expl SNDRV_CTL_NAME_ ##direction SNDRV… argument
|
| /device/google/bonito/sdm710/original-kernel-headers/sound/ |
| D | asound.h | 1020 #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/ |
| D | asound.h | 1029 #define SNDRV_CTL_NAME_IEC958(expl,direction,what) "IEC958 " expl SNDRV_CTL_NAME_##direction SNDRV_… argument
|
| /device/google/barbet-kernel/sm7250/kernel-headers/sound/ |
| D | asound.h | 842 #define SNDRV_CTL_NAME_IEC958(expl,direction,what) "IEC958 " expl SNDRV_CTL_NAME_ ##direction SNDRV… argument
|
| /device/google/crosshatch/sdm845/kernel-headers/sound/ |
| D | asound.h | 828 #define SNDRV_CTL_NAME_IEC958(expl,direction,what) "IEC958 " expl SNDRV_CTL_NAME_ ##direction SNDRV… argument
|
| /device/google/redbull-kernel/sm7250/kernel-headers/sound/ |
| D | asound.h | 842 #define SNDRV_CTL_NAME_IEC958(expl,direction,what) "IEC958 " expl SNDRV_CTL_NAME_ ##direction SNDRV… argument
|
| /device/google/bonito/sdm710/kernel-headers/sound/ |
| D | asound.h | 828 #define SNDRV_CTL_NAME_IEC958(expl,direction,what) "IEC958 " expl SNDRV_CTL_NAME_ ##direction SNDRV… argument
|
| /device/google/coral-kernel/sm8150/kernel-headers/sound/ |
| D | asound.h | 834 #define SNDRV_CTL_NAME_IEC958(expl,direction,what) "IEC958 " expl SNDRV_CTL_NAME_ ##direction SNDRV… argument
|
| /device/google/crosshatch/sdm845/original-kernel-headers/sound/ |
| D | asound.h | 1020 #define SNDRV_CTL_NAME_IEC958(expl,direction,what) "IEC958 " expl SNDRV_CTL_NAME_##direction SNDRV_… argument
|
| /device/generic/goldfish-opengl/system/GLESv2_enc/ |
| D | GL2Encoder.cpp | 4891 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/ |
| D | vulkan.hpp | 13875 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
|