Home
last modified time | relevance | path

Searched refs:eventId (Results 1 – 7 of 7) sorted by relevance

/device/huawei/angler/location/loc_api/loc_api_v02/
DLocApiV02.cpp82 uint32_t eventId, in globalEventCb() argument
86 MODEM_LOG_CALLFLOW(%s, loc_get_v02_event_name(eventId)); in globalEventCb()
91 __func__, __LINE__, clientHandle, eventId, pClientCookie); in globalEventCb()
97 __func__, __LINE__, clientHandle, eventId); in globalEventCb()
100 locApiV02Instance->eventCb(clientHandle, eventId, eventPayload); in globalEventCb()
2702 uint32_t eventId, locClientEventIndUnionType eventPayload) in eventCb() argument
2705 eventId); in eventCb()
2707 switch(eventId) in eventCb()
Dloc_api_v02_client.c92 uint32_t eventId; member
638 if(eventIndId == locClientEventIndTable[idx].eventId) in isClientRegisteredForEvent()
2265 if(eventIndId == locClientEventIndTable[idx].eventId) in locClientGetSizeByEventIndId()
/device/lge/bullhead/location/loc_api/loc_api_v02/
DLocApiV02.cpp82 uint32_t eventId, in globalEventCb() argument
86 MODEM_LOG_CALLFLOW(%s, loc_get_v02_event_name(eventId)); in globalEventCb()
91 __func__, __LINE__, clientHandle, eventId, pClientCookie); in globalEventCb()
97 __func__, __LINE__, clientHandle, eventId); in globalEventCb()
100 locApiV02Instance->eventCb(clientHandle, eventId, eventPayload); in globalEventCb()
2702 uint32_t eventId, locClientEventIndUnionType eventPayload) in eventCb() argument
2705 eventId); in eventCb()
2707 switch(eventId) in eventCb()
Dloc_api_v02_client.c92 uint32_t eventId; member
638 if(eventIndId == locClientEventIndTable[idx].eventId) in isClientRegisteredForEvent()
2265 if(eventIndId == locClientEventIndTable[idx].eventId) in locClientGetSizeByEventIndId()
/device/moto/shamu/location/loc_api/loc_api_v02/
DLocApiV02.cpp82 uint32_t eventId, in globalEventCb() argument
86 MODEM_LOG_CALLFLOW(%s, loc_get_v02_event_name(eventId)); in globalEventCb()
91 __func__, __LINE__, clientHandle, eventId, pClientCookie); in globalEventCb()
97 __func__, __LINE__, clientHandle, eventId); in globalEventCb()
100 locApiV02Instance->eventCb(clientHandle, eventId, eventPayload); in globalEventCb()
2609 uint32_t eventId, locClientEventIndUnionType eventPayload) in eventCb() argument
2612 eventId); in eventCb()
2614 switch(eventId) in eventCb()
Dloc_api_v02_client.c90 uint32_t eventId; member
606 if(eventIndId == locClientEventIndTable[idx].eventId) in isClientRegisteredForEvent()
2619 if(eventIndId == locClientEventIndTable[idx].eventId) in locClientGetSizeByEventIndId()
/device/google/contexthub/firmware/src/drivers/bosch_bmi160/
Dbosch_bmi160.c1702 static bool flushData(struct BMI160Sensor *sensor, uint32_t eventId) in flushData() argument
1707 success = osEnqueueEvtOrFree(eventId, sensor->data_evt, dataEvtFree); in flushData()