Searched defs:fromCaller (Results 1 - 6 of 6) sorted by relevance
/hardware/qcom/gps/loc_api/libloc_api_50001/ |
H A D | loc_eng_agps.cpp | 54 // fromCaller -- caller provides this obj 56 static bool hasSubscriber(void* fromCaller, void* fromList) argument 58 Notification* notification = (Notification*)fromCaller; 67 // fromCaller -- caller provides this ptr to a Notification obj. 69 static bool notifySubscriber(void* fromCaller, void* fromList) argument 71 Notification* notification = (Notification*)fromCaller;
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/ |
H A D | loc_eng_agps.cpp | 54 // fromCaller -- caller provides this obj 56 static bool hasSubscriber(void* fromCaller, void* fromList) argument 58 Notification* notification = (Notification*)fromCaller; 67 // fromCaller -- caller provides this ptr to a Notification obj. 69 static bool notifySubscriber(void* fromCaller, void* fromList) argument 71 Notification* notification = (Notification*)fromCaller;
|
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/ |
H A D | loc_eng_agps.cpp | 54 // fromCaller -- caller provides this obj 56 static bool hasSubscriber(void* fromCaller, void* fromList) argument 58 Notification* notification = (Notification*)fromCaller; 67 // fromCaller -- caller provides this ptr to a Notification obj. 69 static bool notifySubscriber(void* fromCaller, void* fromList) argument 71 Notification* notification = (Notification*)fromCaller;
|
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
H A D | loc_eng_agps.cpp | 54 // fromCaller -- caller provides this obj 56 static bool hasSubscriber(void* fromCaller, void* fromList) argument 58 Notification* notification = (Notification*)fromCaller; 67 // fromCaller -- caller provides this ptr to a Notification obj. 69 static bool notifySubscriber(void* fromCaller, void* fromList) argument 71 Notification* notification = (Notification*)fromCaller;
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/ |
H A D | loc_eng_agps.cpp | 54 // fromCaller -- caller provides this obj 56 static bool hasSubscriber(void* fromCaller, void* fromList) argument 58 Notification* notification = (Notification*)fromCaller; 67 // fromCaller -- caller provides this ptr to a Notification obj. 69 static bool notifySubscriber(void* fromCaller, void* fromList) argument 71 Notification* notification = (Notification*)fromCaller;
|
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/ |
H A D | loc_eng_agps.cpp | 54 // fromCaller -- caller provides this obj 56 static bool hasSubscriber(void* fromCaller, void* fromList) argument 58 Notification* notification = (Notification*)fromCaller; 67 // fromCaller -- caller provides this ptr to a Notification obj. 69 static bool notifySubscriber(void* fromCaller, void* fromList) argument 71 Notification* notification = (Notification*)fromCaller;
|
Completed in 36 milliseconds