/hardware/google/apf/v7/ |
D | apf_interpreter_source.c | 291 bool matched = false; in do_apf_run() local 304 matched |= !memcmp(ctx->program + ctx->pc, ctx->packet + ctx->R[0], len); in do_apf_run() 308 if (matched ^ !reg_num) ctx->pc += imm; in do_apf_run()
|
D | apf_interpreter.c | 837 Boolean matched = False; in do_apf_run() local 850 matched |= !memcmp(ctx->program + ctx->pc, ctx->packet + ctx->R[0], len); in do_apf_run() 854 if (matched ^ !reg_num) ctx->pc += imm; in do_apf_run()
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_channel.c | 3130 if (super_buf->matched) { in mm_channel_superbuf_comp_and_enqueue() 3189 super_buf->matched = 1; in mm_channel_superbuf_comp_and_enqueue() 3192 super_buf->matched = 0; in mm_channel_superbuf_comp_and_enqueue() 3197 if (super_buf->matched) { in mm_channel_superbuf_comp_and_enqueue() 3323 new_buf->matched = 1; in mm_channel_superbuf_comp_and_enqueue() 3388 (super_buf->matched == FALSE) ) { in mm_channel_superbuf_dequeue_internal() 3397 if (super_buf->matched == TRUE) { in mm_channel_superbuf_dequeue_internal() 3445 if (super_buf && super_buf->matched && in mm_channel_superbuf_dequeue_frame_internal() 3888 fs.node[index].matched = 1; in mm_frame_sync_add() 3892 if (!fs.node[index].matched) { in mm_frame_sync_add() [all …]
|
D | mm_camera_muxer.c | 1872 (super_buf->matched == FALSE) ) { in mm_camera_muxer_frame_sync_dequeue() 1880 if (super_buf->matched) { in mm_camera_muxer_frame_sync_dequeue() 1949 if (super_obj->matched == 1) { in mm_camera_muxer_do_frame_sync() 1987 super_obj->matched = 1; in mm_camera_muxer_do_frame_sync() 2060 new_buf->matched = 0; in mm_camera_muxer_do_frame_sync() 2062 new_buf->matched = 1; in mm_camera_muxer_do_frame_sync()
|
/hardware/google/apf/v6/ |
D | apf_interpreter.c | 827 Boolean matched = False; in do_apf_run() local 840 matched |= !memcmp(ctx->program + ctx->pc, ctx->packet + ctx->R[0], len); in do_apf_run() 844 if (matched ^ !reg_num) ctx->pc += imm; in do_apf_run()
|
/hardware/google/apf/devtools/ |
D | apf_interpreter.c | 837 Boolean matched = False; in do_apf_run() local 850 matched |= !memcmp(ctx->program + ctx->pc, ctx->packet + ctx->R[0], len); in do_apf_run() 854 if (matched ^ !reg_num) ctx->pc += imm; in do_apf_run()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/device-select-layer/ |
D | device_select_layer.c | 270 int matched = sscanf(selection, "%x:%x", &vendor_id, &device_id); in device_select_find_explicit_default() local 271 if (matched != 2) in device_select_find_explicit_default()
|
/hardware/interfaces/radio/1.4/ |
D | IRadioIndication.hal | 86 * when below conditions matched.
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/ |
D | mm_camera_muxer.h | 49 uint8_t matched; member
|
D | mm_camera.h | 423 uint8_t matched; member 463 uint32_t matched; member
|
/hardware/interfaces/radio/1.6/ |
D | IRadioIndication.hal | 45 * when any of the below conditions is matched.
|
D | types.hal | 231 * Specifies the order in which the filter needs to be matched.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_KHR_synchronization2.adoc | 69 * Where two synchronization commands need to be matched up (queue transfer
|
D | VK_NV_geometry_shader_passthrough.adoc | 93 built-in variables do not have locations and are matched by code:BuiltIn
|
D | VK_EXT_device_address_binding_report.adoc | 100 9.) Do bind/unbind callbacks have to form matched pairs? Can a large region
|
/hardware/interfaces/radio/1.5/ |
D | IRadioIndication.hal | 109 * when below conditions matched.
|
D | types.hal | 1069 * is matched.
|
/hardware/interfaces/automotive/evs/1.1/vts/functional/ |
D | VtsHalEvsV1_1TargetTest.cpp | 314 bool matched = false; in TEST_P() local 316 [&devName, &matched](const CameraDesc& info) { in TEST_P() 317 matched = devName == info.v1.cameraId; in TEST_P() 319 ASSERT_TRUE(matched); in TEST_P()
|
/hardware/interfaces/automotive/evs/1.1/ |
D | IEvsCamera.hal | 43 * method if a given device ID is matched. Otherwise, this will return a
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | VK_EXT_debug_marker.adoc | 195 must: be matched and balanced.
|
D | VK_EXT_debug_utils.adoc | 271 flink:vkQueueEndDebugUtilsLabelEXT must: be matched and balanced. 343 flink:vkCmdEndDebugUtilsLabelEXT must: be matched and balanced.
|
D | interfaces.adoc | 59 When such an interface involves a shader, shader outputs are matched against 60 the inputs of the next stage, and shader inputs are matched against the 70 There are two classes of variables that can: be matched between shader 351 The vertex shader input variables are matched by the code:Location and 380 The fragment shader output variables are matched by the code:Location and 496 The fragment shader tile image variables are matched by code:Location 532 The fragment shader subpass input variables are matched by 642 variables must: be matched with the <<descriptorsets-pipelinelayout,pipeline 702 specified, which are assigned and matched with the
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_QCOM_image_processing.adoc | 519 of the lower-left texel of the block to be matched in the _target image_ and 522 be matched.
|
/hardware/interfaces/wifi/1.6/ |
D | types.hal | 978 * filter out matched discovered peers.
|
/hardware/interfaces/wifi/1.0/ |
D | types.hal | 1045 * filter out matched discovered peers.
|