Home
last modified time | relevance | path

Searched defs:typ (Results 1 – 6 of 6) sorted by relevance

/device/generic/vulkan-cereal/host-common/
DAndroidAgentFactory.cpp36 #define ANDROID_DEFINE_CONSOLE_GETTER_IMPL(typ, name) \ argument
43 #define ANDROID_CONSOLE_AGENT_SETTER(typ, name) \ in ANDROID_CONSOLE_AGENTS_LIST() argument
DAndroidAgentFactory.h33 #define ANDROID_DEFINE_CONSOLE_GETTER(typ, name) \ argument
/device/google/contexthub/contexthubhal/
Dnanohubhal.h66 HubMessage(const hub_app_name_t *name, uint32_t typ, uint32_t transaction_id, in HubMessage()
81 HubMessage(const hub_app_name_t *name, uint32_t typ, uint16_t endpoint, const void *data, in HubMessage()
Dsystem_comms.h461 static void sendToApp(uint32_t typ, uint32_t transactionId, const void *data, uint32_t len) { in sendToApp()
/device/google/contexthub/contexthubhal/test/
Dmain.cpp90 void sendToSystem(uint32_t typ, void *data, uint32_t len) { in sendToSystem()
141 int sendMessage(uint32_t id, hub_app_name_t app, uint32_t typ, void *data, uint32_t len) { in sendMessage()
/device/generic/vulkan-cereal/protocols/vulkan/xml/cereal/common/
Dvulkantypes.py445 def __init__(self, name, typ): argument