Home
last modified time | relevance | path

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

/system/chre/pal/include/chre/pal/
Dwwan.h64 struct chrePalWwanApi { struct
71 uint32_t moduleVersion;
87 bool (*open)(const struct chrePalSystemApi *systemApi,
96 void (*close)(void);
107 uint32_t (*getCapabilities)(void);
142 const struct chrePalWwanApi *chrePalWwanGetApi(uint32_t requestedApiVersion); argument