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

  /hardware/qcom/wlan/qcwcn/wifi_hal/
common.h 75 } cb_info; typedef in typeref:struct:__anon34290
103 cb_info *event_cb; // event callbacks
  /external/mesa3d/src/mesa/main/
teximage.c 2667 struct cb_info struct
    [all...]
  /frameworks/native/vulkan/libvulkan/
api.cpp 717 auto& cb_info = instance_chain_info_[0]; local
718 cb_info.sType = VK_STRUCTURE_TYPE_LOADER_INSTANCE_CREATE_INFO;
719 cb_info.pNext = &link_info;
720 cb_info.function = VK_LAYER_FUNCTION_DATA_CALLBACK;
721 cb_info.u.pfnSetInstanceLoaderData = SetInstanceLoaderData;
723 info.pNext = &cb_info;
745 auto& cb_info = device_chain_info_[0]; local
746 cb_info.sType = VK_STRUCTURE_TYPE_LOADER_DEVICE_CREATE_INFO;
747 cb_info.pNext = &link_info;
748 cb_info.function = VK_LAYER_FUNCTION_DATA_CALLBACK
    [all...]
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
common.h 149 } cb_info; typedef in typeref:struct:__anon29732
175 cb_info *event_cb; // event callbacks
  /system/bt/stack/gatt/
gatt_int.h 497 tGATT_APPL_INFO cb_info; member in struct:__anon72516
  /system/bt/stack/l2cap/
l2c_int.h 234 tL2CAP_UCD_CB_INFO cb_info; member in struct:__anon72815
    [all...]

Completed in 277 milliseconds