HomeSort by relevance Sort by last modified time
    Searched defs:cb_info (Results 1 - 5 of 5) sorted by null

  /hardware/qcom/wlan/qcwcn/wifi_hal/
common.h 73 } cb_info; typedef in typeref:struct:__anon52544
108 cb_info *event_cb; // event callbacks
  /frameworks/native/vulkan/libvulkan/
api.cpp 740 auto& cb_info = instance_chain_info_[0]; local
741 cb_info.sType = VK_STRUCTURE_TYPE_LOADER_INSTANCE_CREATE_INFO;
742 cb_info.pNext = &link_info;
743 cb_info.function = VK_LAYER_FUNCTION_DATA_CALLBACK;
744 cb_info.u.pfnSetInstanceLoaderData = SetInstanceLoaderData;
746 info.pNext = &cb_info;
768 auto& cb_info = device_chain_info_[0]; local
769 cb_info.sType = VK_STRUCTURE_TYPE_LOADER_DEVICE_CREATE_INFO;
770 cb_info.pNext = &link_info;
771 cb_info.function = VK_LAYER_FUNCTION_DATA_CALLBACK
    [all...]
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
common.h 166 } cb_info; typedef in typeref:struct:__anon47064
192 cb_info *event_cb; // event callbacks
  /external/mesa3d/src/mesa/main/
teximage.c 2619 struct cb_info struct
    [all...]
  /system/bt/stack/gatt/
gatt_int.h 386 tGATT_APPL_INFO cb_info; member in struct:__anon2214

Completed in 93 milliseconds