Searched refs:locationVec (Results 1 – 2 of 2) sorted by relevance
155 hidl_vec<GnssLocation> locationVec; in onBatchingCb() local156 locationVec.resize(count); in onBatchingCb()158 convertGnssLocation(location[i], locationVec[i]); in onBatchingCb()160 auto r = mGnssBatchingCbIface->gnssLocationBatchCb(locationVec); in onBatchingCb()
160 hidl_vec<GnssLocation> locationVec; in onBatchingCb() local161 locationVec.resize(count); in onBatchingCb()163 convertGnssLocation(location[i], locationVec[i]); in onBatchingCb()165 auto r = mGnssBatchingCbIface->gnssLocationBatchCb(locationVec); in onBatchingCb()