| /device/google/cuttlefish/host/commands/cvd/selector/ |
| D | instance_database.cpp | 54 const Query& query, in Find() 85 const Query& query, in FindOne()
|
| D | instance_database_impl.cpp | 60 for (const auto& query : queries) { in AddInstanceGroup() local
|
| /device/generic/goldfish/camera/ |
| D | qemu_channel.cpp | 71 const char* const query, in qemuRunQuery()
|
| /device/amlogic/yukawa/services/micmuteprovider/src/com/google/android/tv/hotword/ |
| D | HotwordMicToggleProvider.java | 62 public Cursor query(@NonNull Uri uri, String[] projection, String selection, in query() method in HotwordMicToggleProvider
|
| /device/generic/opengl-transport/host/libs/virglrenderer/include/system/ |
| D | window.h | 49 int (*query)(const ANativeWindow*, int, int*); member
|
| /device/generic/vulkan-cereal/fake-android-guest/androidImpl/ |
| D | ANativeWindow.cpp | 23 static int32_t query(ANativeWindow* window, int what) { in query() function
|
| D | AndroidWindow.cpp | 103 int AndroidWindow::query(int what, int* value) const { in query() function in aemu::AndroidWindow
|
| /device/generic/vulkan-cereal/stream-servers/vulkan/ |
| D | VkSubDecoder.cpp | 1170 uint32_t query; in subDecode() local 1189 uint32_t query; in subDecode() local 1224 uint32_t query; in subDecode() local 1639 uint32_t query; in subDecode() local 2668 uint32_t query; in subDecode() local 3068 uint32_t query; in subDecode() local 3091 uint32_t query; in subDecode() local
|
| D | VkDecoderSnapshot.cpp | 1204 VkQueryPool queryPool, uint32_t query, VkQueryControlFlags flags) { in vkCmdBeginQuery() 1209 VkQueryPool queryPool, uint32_t query) { in vkCmdEndQuery() 1220 uint32_t query) { in vkCmdWriteTimestamp() 1624 VkPipelineStageFlags2 stage, VkQueryPool queryPool, uint32_t query) { in vkCmdWriteTimestamp2() 2809 uint32_t query) { in vkCmdWriteTimestamp2KHR() 3039 VkQueryPool queryPool, uint32_t query, VkQueryControlFlags flags, in vkCmdBeginQueryIndexedEXT() 3045 VkQueryPool queryPool, uint32_t query, uint32_t index) { in vkCmdEndQueryIndexedEXT() 6676 uint32_t query, VkQueryControlFlags flags) { in vkCmdBeginQuery() 6684 VkQueryPool queryPool, uint32_t query) { in vkCmdEndQuery() 6705 VkQueryPool queryPool, uint32_t query) { in vkCmdWriteTimestamp() [all …]
|
| D | VkDecoder.cpp | 8299 uint32_t query; in decode() local 8346 uint32_t query; in decode() local 8435 uint32_t query; in decode() local 11840 uint32_t query; in decode() local 21986 uint32_t query; in decode() local 23727 uint32_t query; in decode() local 23780 uint32_t query; in decode() local
|
| /device/generic/vulkan-cereal/fake-android-guest/hardware/ |
| D | hwcomposer.h | 641 int (*query)(struct hwc_composer_device_1* dev, int what, int* value); member
|
| /device/generic/vulkan-cereal/stream-servers/gl/glestranslator/GLES_V2/ |
| D | GLESv30Imp.cpp | 944 GL_APICALL void GL_APIENTRY glBeginQuery(GLenum target, GLuint query) { in glBeginQuery() 962 GL_APICALL void GL_APIENTRY glGetQueryObjectuiv(GLuint query, GLenum pname, GLuint * params) { in glGetQueryObjectuiv() 970 GL_APICALL GLboolean GL_APIENTRY glIsQuery(GLuint query) { in glIsQuery()
|
| /device/google/atv/FrameworkPackageStubs/src/com/android/browser/provider/ |
| D | BrowserProvider2.java | 541 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, in query() method in BrowserProvider2 616 String query; in query() local 852 String query = qb.buildUnionQuery( in createCombinedQuery() local
|
| /device/generic/car/emulator/audio/driver/ |
| D | audio_hw.c | 342 struct str_parms *query = str_parms_create_str(keys); in out_get_parameters() local 872 struct str_parms *query = str_parms_create_str(keys); in in_get_parameters() local
|
| /device/generic/goldfish-opengl/system/GLESv2_enc/ |
| D | GL2Encoder.cpp | 571 ScopedQueryUpdate<GLboolean> query(this, glUtilsParamSize(param) * sizeof(GLboolean), val); in safe_glGetBooleanv() local 576 ScopedQueryUpdate<GLfloat> query(this, glUtilsParamSize(param) * sizeof(GLfloat), val); in safe_glGetFloatv() local 581 ScopedQueryUpdate<GLint> query(this, glUtilsParamSize(param) * sizeof(GLint), val); in safe_glGetIntegerv() local 586 ScopedQueryUpdate<GLint64> query(this, glUtilsParamSize(param) * sizeof(GLint64), val); in safe_glGetInteger64v() local 591 ScopedQueryUpdate<GLint> query(this, sizeof(GLint), val); in safe_glGetIntegeri_v() local 596 ScopedQueryUpdate<GLint64> query(this, sizeof(GLint64), val); in safe_glGetInteger64i_v() local 601 ScopedQueryUpdate<GLboolean> query(this, sizeof(GLboolean), val); in safe_glGetBooleani_v() local 6249 void GL2Encoder::s_glBeginQuery(void* self, GLenum target, GLuint query) { in s_glBeginQuery() 6782 void GL2Encoder::s_glGetQueryObjectuiv(void *self , GLuint query, GLenum pname, GLuint* params) { in s_glGetQueryObjectuiv()
|
| D | gl2_entry.cpp | 2375 void glBeginQuery(GLenum target, GLuint query) in glBeginQuery() 2393 void glGetQueryObjectuiv(GLuint query, GLenum pname, GLuint* params) in glGetQueryObjectuiv() 2399 GLboolean glIsQuery(GLuint query) in glIsQuery()
|
| D | gl2_enc.cpp | 8518 void glBeginQuery_enc(void *self , GLenum target, GLuint query) in glBeginQuery_enc() 8615 void glGetQueryObjectuiv_enc(void *self , GLuint query, GLenum pname, GLuint* params) in glGetQueryObjectuiv_enc() 8657 GLboolean glIsQuery_enc(void *self , GLuint query) in glIsQuery_enc()
|
| /device/generic/vulkan-cereal/fake-android-guest/system/ |
| D | window.h | 378 int (*query)(const struct ANativeWindow* window, member
|
| /device/generic/vulkan-cereal/fake-android-guest/libvulkan/ |
| D | api_gen.cpp | 1275 VKAPI_ATTR void CmdBeginQuery(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t query,… in CmdBeginQuery() 1279 VKAPI_ATTR void CmdEndQuery(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t query) { in CmdEndQuery() 1287 …ffer commandBuffer, VkPipelineStageFlagBits pipelineStage, VkQueryPool queryPool, uint32_t query) { in CmdWriteTimestamp() 2137 …kCmdBeginQuery(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t query, VkQueryContro… in vkCmdBeginQuery() 2142 VKAPI_ATTR void vkCmdEndQuery(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t query)… in vkCmdEndQuery() 2152 …ffer commandBuffer, VkPipelineStageFlagBits pipelineStage, VkQueryPool queryPool, uint32_t query) { in vkCmdWriteTimestamp()
|
| /device/generic/opengl-transport/host/libs/virglrenderer/ |
| D | RenderControl.cpp | 108 static int query(const ANativeWindow* window, int what, int* value) { in query() function
|
| /device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
| D | GLClientState.cpp | 2046 CubeMapDef query; in copyTexImageNeededTarget() local
|
| /device/generic/goldfish-opengl/system/vulkan_enc/ |
| D | func_table.cpp | 1137 uint32_t query, VkQueryControlFlags flags) { in entry_vkCmdBeginQuery() 1143 uint32_t query) { in entry_vkCmdEndQuery() 1157 uint32_t query) { in entry_vkCmdWriteTimestamp() 1947 VkQueryPool queryPool, uint32_t query) { in entry_vkCmdWriteTimestamp2() 4620 uint32_t query) { in entry_vkCmdWriteTimestamp2KHR() 4627 VkQueryPool queryPool, uint32_t query) { in dynCheck_entry_vkCmdWriteTimestamp2KHR() 5206 uint32_t query, VkQueryControlFlags flags, in entry_vkCmdBeginQueryIndexedEXT() 5214 VkQueryPool queryPool, uint32_t query, in dynCheck_entry_vkCmdBeginQueryIndexedEXT() 5228 uint32_t query, uint32_t index) { in entry_vkCmdEndQueryIndexedEXT() 5234 VkQueryPool queryPool, uint32_t query, in dynCheck_entry_vkCmdEndQueryIndexedEXT()
|
| /device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/ |
| D | vulkan_funcs.hpp | 4053 …ommandBuffer::beginQuery( VULKAN_HPP_NAMESPACE::QueryPool queryPool, uint32_t query, VULKAN_HPP_NA… in beginQuery() 4061 … CommandBuffer::endQuery( VULKAN_HPP_NAMESPACE::QueryPool queryPool, uint32_t query, Dispatch cons… in endQuery() 4077 …geFlagBits pipelineStage, VULKAN_HPP_NAMESPACE::QueryPool queryPool, uint32_t query, Dispatch cons… in writeTimestamp() 5700 …ipelineStageFlags2 stage, VULKAN_HPP_NAMESPACE::QueryPool queryPool, uint32_t query, Dispatch cons… in writeTimestamp2() 8288 …er::beginQueryIndexedEXT( VULKAN_HPP_NAMESPACE::QueryPool queryPool, uint32_t query, VULKAN_HPP_NA… in beginQueryIndexedEXT() 8296 …ffer::endQueryIndexedEXT( VULKAN_HPP_NAMESPACE::QueryPool queryPool, uint32_t query, uint32_t inde… in endQueryIndexedEXT() 15049 …ipelineStageFlags2 stage, VULKAN_HPP_NAMESPACE::QueryPool queryPool, uint32_t query, Dispatch cons… in writeTimestamp2KHR()
|
| D | vulkan_raii.hpp | 13081 …ommandBuffer::beginQuery( VULKAN_HPP_NAMESPACE::QueryPool queryPool, uint32_t query, VULKAN_HPP_NA… in beginQuery() 15209 …er::beginQueryIndexedEXT( VULKAN_HPP_NAMESPACE::QueryPool queryPool, uint32_t query, VULKAN_HPP_NA… in beginQueryIndexedEXT() 15222 …ffer::endQueryIndexedEXT( VULKAN_HPP_NAMESPACE::QueryPool queryPool, uint32_t query, uint32_t inde… in endQueryIndexedEXT()
|
| /device/generic/vulkan-cereal/stream-servers/vulkan/cereal/proto/ |
| D | goldfish_vk_baseprotodefs.proto | 3154 optional uint32 query = 3; field 3165 optional uint32 query = 3; field 3187 optional uint32 query = 4; field
|