Searched refs:bundle (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndVkTests.cpp | 489 …lt ReallocateDescriptorBundleSets(vkhpp::Device device, uint32_t count, DescriptorBundle* bundle) { in ReallocateDescriptorBundleSets() argument 490 if (!bundle->descriptorSetLayout) { in ReallocateDescriptorBundleSets() 495 …const std::vector<vkhpp::DescriptorSetLayout> descriptorSetLayouts(count, *bundle->descriptorSetLa… in ReallocateDescriptorBundleSets() 497 .descriptorPool = *bundle->descriptorPool, in ReallocateDescriptorBundleSets() 502 bundle->descriptorSets = std::move(descriptorSets); in ReallocateDescriptorBundleSets() 531 DescriptorBundle bundle = { in AllocateDescriptorBundle() local 535 VK_EXPECT_RESULT(ReallocateDescriptorBundleSets(device, count, &bundle)); in AllocateDescriptorBundle() 536 return std::move(bundle); in AllocateDescriptorBundle() 554 auto bundle = VK_ASSERT(AllocateDescriptorBundle(*device, kNumSets)); in TEST_P() local 556 auto descriptorSetHandles = AsHandles(bundle.descriptorSets); in TEST_P() [all …]
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_channel.c | 236 } else if (my_obj->bundle.super_buf_notify_cb && my_obj->bundle.is_cb_active) { in mm_channel_dispatch_super_buf() 238 my_obj->bundle.super_buf_notify_cb(&cmd_cb->u.superbuf, my_obj->bundle.user_data); in mm_channel_dispatch_super_buf() 347 &ch_obj->bundle.superbuf_queue, in mm_channel_process_stream_buf() 372 mm_channel_superbuf_skip(ch_obj, &ch_obj->bundle.superbuf_queue); in mm_channel_process_stream_buf() 381 ch_obj->bundle.superbuf_queue.attr.notify_mode = cmd_cb->u.notify_mode; in mm_channel_process_stream_buf() 383 ch_obj->bundle.superbuf_queue.expected_frame_id = cmd_cb->u.flush_cmd.frame_idx; in mm_channel_process_stream_buf() 385 &ch_obj->bundle.superbuf_queue, cmd_cb->u.flush_cmd.stream_type); in mm_channel_process_stream_buf() 400 &ch_obj->bundle.superbuf_queue, CAM_STREAM_TYPE_DEFAULT); in mm_channel_process_stream_buf() 415 &ch_obj->bundle.superbuf_queue, CAM_STREAM_TYPE_DEFAULT); in mm_channel_process_stream_buf() 430 &ch_obj->bundle.superbuf_queue, CAM_STREAM_TYPE_DEFAULT); in mm_channel_process_stream_buf() [all …]
|
/hardware/interfaces/wifi/aidl/vts/functional/ |
D | wifi_aidl_test_utils.cpp | 67 PersistableBundle bundle; in generateOuiKeyedData() local 68 bundle.putString("stringKey", "stringValue"); in generateOuiKeyedData() 69 bundle.putInt("intKey", 12345); in generateOuiKeyedData() 73 data.vendorData = bundle; in generateOuiKeyedData()
|
/hardware/qcom/audio/post_proc/ |
D | Android.mk | 14 bundle.c \
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/ |
D | mm_camera.h | 504 mm_channel_bundle_t bundle; member
|