Home
last modified time | relevance | path

Searched refs:ni_req_copy_ptr (Results 1 – 3 of 3) sorted by relevance

/device/huawei/angler/location/loc_api/loc_api_v02/
DLocApiV02.cpp2361 qmiLocEventNiNotifyVerifyReqIndMsgT_v02 *ni_req_copy_ptr = in reportNiRequest() local
2362 (qmiLocEventNiNotifyVerifyReqIndMsgT_v02 *)malloc(sizeof(*ni_req_copy_ptr)); in reportNiRequest()
2364 if( NULL != ni_req_copy_ptr) in reportNiRequest()
2366 memcpy(ni_req_copy_ptr, ni_req_ptr, sizeof(*ni_req_copy_ptr)); in reportNiRequest()
2368 requestNiNotify(notif, (const void*)ni_req_copy_ptr); in reportNiRequest()
/device/lge/bullhead/location/loc_api/loc_api_v02/
DLocApiV02.cpp2361 qmiLocEventNiNotifyVerifyReqIndMsgT_v02 *ni_req_copy_ptr = in reportNiRequest() local
2362 (qmiLocEventNiNotifyVerifyReqIndMsgT_v02 *)malloc(sizeof(*ni_req_copy_ptr)); in reportNiRequest()
2364 if( NULL != ni_req_copy_ptr) in reportNiRequest()
2366 memcpy(ni_req_copy_ptr, ni_req_ptr, sizeof(*ni_req_copy_ptr)); in reportNiRequest()
2368 requestNiNotify(notif, (const void*)ni_req_copy_ptr); in reportNiRequest()
/device/moto/shamu/location/loc_api/loc_api_v02/
DLocApiV02.cpp2279 qmiLocEventNiNotifyVerifyReqIndMsgT_v02 *ni_req_copy_ptr = in reportNiRequest() local
2280 (qmiLocEventNiNotifyVerifyReqIndMsgT_v02 *)malloc(sizeof(*ni_req_copy_ptr)); in reportNiRequest()
2282 if( NULL != ni_req_copy_ptr) in reportNiRequest()
2284 memcpy(ni_req_copy_ptr, ni_req_ptr, sizeof(*ni_req_copy_ptr)); in reportNiRequest()
2286 requestNiNotify(notif, (const void*)ni_req_copy_ptr); in reportNiRequest()