Searched defs:ATLEvent (Results 1 - 1 of 1) sorted by relevance

/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A DLocApiRpcAdapter.cpp252 ATLEvent(&loc_event_payload->rpc_loc_event_payload_u_type_u.
979 void LocApiRpcAdapter::ATLEvent(const rpc_loc_server_request_s_type *server_request_ptr) function in class:LocApiRpcAdapter
993 LOC_LOGV("ATLEvent: event - RPC_LOC_SERVER_REQUEST_MULTI_OPEN\n type - AGPS_TYPE_SUPL\n handle - %d", connHandle);
996 LOC_LOGV("ATLEvent: event - RPC_LOC_SERVER_REQUEST_MULTI_OPEN\n type - AGPS_TYPE_WWAN_ANY\n handle - %d", connHandle);
1002 LOC_LOGV("ATLEvent: event - RPC_LOC_SERVER_REQUEST_OPEN\n handle - %d", connHandle);
1007 LOC_LOGV("ATLEvent: event - RPC_LOC_SERVER_REQUEST_CLOSE\n handle - %d", connHandle);
1011 LOC_LOGE("ATLEvent: event type %d invalid", server_request_ptr->event);

Completed in 53 milliseconds