Searched refs:req_union (Results 1 – 6 of 6) sorted by relevance
/device/huawei/angler/location/loc_api/loc_api_v02/ |
D | LocApiV02.cpp | 317 locClientReqUnionType req_union; in startFix() local 359 req_union.pSetOperationModeReq = &set_mode_msg; in startFix() 364 req_union, LOC_ENGINE_SYNC_REQUEST_TIMEOUT, in startFix() 435 req_union.pStartReq = &start_msg; in startFix() 438 req_union ); in startFix() 448 locClientReqUnionType req_union; in stopFix() local 459 req_union.pStopReq = &stop_msg; in stopFix() 463 req_union); in stopFix() 501 locClientReqUnionType req_union; in setTime() local 516 req_union.pInjectUtcTimeReq = &inject_time_msg; in setTime() [all …]
|
/device/lge/bullhead/location/loc_api/loc_api_v02/ |
D | LocApiV02.cpp | 317 locClientReqUnionType req_union; in startFix() local 359 req_union.pSetOperationModeReq = &set_mode_msg; in startFix() 364 req_union, LOC_ENGINE_SYNC_REQUEST_TIMEOUT, in startFix() 435 req_union.pStartReq = &start_msg; in startFix() 438 req_union ); in startFix() 448 locClientReqUnionType req_union; in stopFix() local 459 req_union.pStopReq = &stop_msg; in stopFix() 463 req_union); in stopFix() 501 locClientReqUnionType req_union; in setTime() local 516 req_union.pInjectUtcTimeReq = &inject_time_msg; in setTime() [all …]
|
/device/moto/shamu/location/loc_api/loc_api_v02/ |
D | LocApiV02.cpp | 290 locClientReqUnionType req_union; in startFix() local 332 req_union.pSetOperationModeReq = &set_mode_msg; in startFix() 337 req_union, LOC_ENGINE_SYNC_REQUEST_TIMEOUT, in startFix() 411 req_union.pStartReq = &start_msg; in startFix() 414 req_union ); in startFix() 428 locClientReqUnionType req_union; in stopFix() local 439 req_union.pStopReq = &stop_msg; in stopFix() 443 req_union); in stopFix() 482 locClientReqUnionType req_union; in setTime() local 497 req_union.pInjectUtcTimeReq = &inject_time_msg; in setTime() [all …]
|
/device/moto/shamu/location/loc_api/ds_api/ |
D | ds_client.c | 320 ds_client_req_union_type *req_union) in ds_client_send_qmi_sync_req() argument 360 (void *)req_union->p_get_profile_list_req, in ds_client_send_qmi_sync_req() 386 ds_client_req_union_type req_union; in ds_client_get_profile_list() local 389 req_union.p_get_profile_list_req = NULL; in ds_client_get_profile_list() 390 req_union.p_get_profile_list_req = (wds_get_profile_list_req_msg_v01 *) in ds_client_get_profile_list() 392 if(req_union.p_get_profile_list_req == NULL) { in ds_client_get_profile_list() 398 req_union.p_get_profile_list_req->profile_type_valid = 1; in ds_client_get_profile_list() 399 req_union.p_get_profile_list_req->profile_type = profile_type; in ds_client_get_profile_list() 402 profile_list_resp_msg, &req_union); in ds_client_get_profile_list() 410 if(req_union.p_get_profile_list_req) in ds_client_get_profile_list() [all …]
|
/device/huawei/angler/location/loc_api/ds_api/ |
D | ds_client.c | 316 ds_client_req_union_type *req_union) in ds_client_send_qmi_sync_req() argument 356 (void *)req_union->p_get_profile_list_req, in ds_client_send_qmi_sync_req() 382 ds_client_req_union_type req_union; in ds_client_get_profile_list() local 385 req_union.p_get_profile_list_req = NULL; in ds_client_get_profile_list() 386 req_union.p_get_profile_list_req = (wds_get_profile_list_req_msg_v01 *) in ds_client_get_profile_list() 388 if(req_union.p_get_profile_list_req == NULL) { in ds_client_get_profile_list() 394 req_union.p_get_profile_list_req->profile_type_valid = 1; in ds_client_get_profile_list() 395 req_union.p_get_profile_list_req->profile_type = profile_type; in ds_client_get_profile_list() 398 profile_list_resp_msg, &req_union); in ds_client_get_profile_list() 406 if(req_union.p_get_profile_list_req) in ds_client_get_profile_list() [all …]
|
/device/lge/bullhead/location/loc_api/ds_api/ |
D | ds_client.c | 316 ds_client_req_union_type *req_union) in ds_client_send_qmi_sync_req() argument 356 (void *)req_union->p_get_profile_list_req, in ds_client_send_qmi_sync_req() 382 ds_client_req_union_type req_union; in ds_client_get_profile_list() local 385 req_union.p_get_profile_list_req = NULL; in ds_client_get_profile_list() 386 req_union.p_get_profile_list_req = (wds_get_profile_list_req_msg_v01 *) in ds_client_get_profile_list() 388 if(req_union.p_get_profile_list_req == NULL) { in ds_client_get_profile_list() 394 req_union.p_get_profile_list_req->profile_type_valid = 1; in ds_client_get_profile_list() 395 req_union.p_get_profile_list_req->profile_type = profile_type; in ds_client_get_profile_list() 398 profile_list_resp_msg, &req_union); in ds_client_get_profile_list() 406 if(req_union.p_get_profile_list_req) in ds_client_get_profile_list() [all …]
|