Home
last modified time | relevance | path

Searched refs:callbackV2_0 (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/jni/gnss/
DGnssBatchingCallback.h85 if (callbackV2_0 == nullptr) { in getV2_0()
86 callbackV2_0 = sp<GnssBatchingCallback_V2_0>::make(); in getV2_0()
88 return callbackV2_0; in getV2_0()
94 sp<GnssBatchingCallback_V2_0> callbackV2_0; variable
DAGnssCallback.h103 if (callbackV2_0 == nullptr) { in getV2_0()
104 callbackV2_0 = sp<AGnssCallback_V2_0>::make(); in getV2_0()
106 return callbackV2_0; in getV2_0()
112 sp<AGnssCallback_V2_0> callbackV2_0; variable