Home
last modified time | relevance | path

Searched refs:mCount (Results 1 – 25 of 32) sorted by relevance

12

/hardware/qcom/sm8150/gps/geofence/
DGeofenceAdapter.cpp216 size_t mCount; in addGeofencesCommand() member
231 mCount(count), in addGeofencesCommand()
236 LocationError* errs = new LocationError[mCount]; in addGeofencesCommand()
241 for (size_t i=0; i < mCount; ++i) { in addGeofencesCommand()
246 [&mAdapter = mAdapter, mCount = mCount, mClient = mClient, in addGeofencesCommand()
252 mCount = mCount, mIds = mIds, mInfos = mInfos, errs, i] in addGeofencesCommand()
264 if (i == mCount-1) { in addGeofencesCommand()
265 mAdapter.reportResponse(mClient, mCount, errs, mIds); in addGeofencesCommand()
327 size_t mCount; in removeGeofencesCommand() member
338 mCount(count), in removeGeofencesCommand()
[all …]
/hardware/qcom/sm8150p/gps/geofence/
DGeofenceAdapter.cpp216 size_t mCount; in addGeofencesCommand() member
231 mCount(count), in addGeofencesCommand()
236 LocationError* errs = new LocationError[mCount]; in addGeofencesCommand()
241 for (size_t i=0; i < mCount; ++i) { in addGeofencesCommand()
246 [&mAdapter = mAdapter, mCount = mCount, mClient = mClient, in addGeofencesCommand()
252 mCount = mCount, mIds = mIds, mInfos = mInfos, errs, i] in addGeofencesCommand()
264 if (i == mCount-1) { in addGeofencesCommand()
265 mAdapter.reportResponse(mClient, mCount, errs, mIds); in addGeofencesCommand()
327 size_t mCount; in removeGeofencesCommand() member
338 mCount(count), in removeGeofencesCommand()
[all …]
/hardware/qcom/sm7150/gps/geofence/
DGeofenceAdapter.cpp216 size_t mCount; in addGeofencesCommand() member
231 mCount(count), in addGeofencesCommand()
236 LocationError* errs = new LocationError[mCount]; in addGeofencesCommand()
241 for (size_t i=0; i < mCount; ++i) { in addGeofencesCommand()
246 [&mAdapter = mAdapter, mCount = mCount, mClient = mClient, in addGeofencesCommand()
252 mCount = mCount, mIds = mIds, mInfos = mInfos, errs, i] in addGeofencesCommand()
264 if (i == mCount-1) { in addGeofencesCommand()
265 mAdapter.reportResponse(mClient, mCount, errs, mIds); in addGeofencesCommand()
327 size_t mCount; in removeGeofencesCommand() member
338 mCount(count), in removeGeofencesCommand()
[all …]
/hardware/qcom/display/msm8909w_3100/libcopybit/
Dcopybit_priv.h34 mCount = 1; in copybit_iterator()
44 if (me->mCount) { in iterate()
49 me->mCount--; in iterate()
55 mutable int mCount; member
/hardware/qcom/sm8150/display/libcopybit/
Dcopybit_priv.h34 mCount = 1; in copybit_iterator()
44 if (me->mCount) { in iterate()
49 me->mCount--; in iterate()
55 mutable int mCount; member
/hardware/qcom/display/msm8960/libcopybit/
Dcopybit_priv.h34 mCount = 1; in copybit_iterator()
44 if (me->mCount) { in iterate()
49 me->mCount--; in iterate()
55 mutable int mCount; member
/hardware/qcom/display/msm8994/libcopybit/
Dcopybit_priv.h34 mCount = 1; in copybit_iterator()
44 if (me->mCount) { in iterate()
49 me->mCount--; in iterate()
55 mutable int mCount; member
/hardware/qcom/display/msm8084/libcopybit/
Dcopybit_priv.h34 mCount = 1; in copybit_iterator()
44 if (me->mCount) { in iterate()
49 me->mCount--; in iterate()
55 mutable int mCount; member
/hardware/qcom/display/msm8996/libcopybit/
Dcopybit_priv.h34 mCount = 1; in copybit_iterator()
44 if (me->mCount) { in iterate()
49 me->mCount--; in iterate()
55 mutable int mCount; member
/hardware/qcom/display/msm8226/libcopybit/
Dcopybit_priv.h34 mCount = 1; in copybit_iterator()
44 if (me->mCount) { in iterate()
49 me->mCount--; in iterate()
55 mutable int mCount; member
/hardware/qcom/sdm845/display/libcopybit/
Dcopybit_priv.h34 mCount = 1; in copybit_iterator()
44 if (me->mCount) { in iterate()
49 me->mCount--; in iterate()
55 mutable int mCount; member
/hardware/qcom/display/msm8998/libcopybit/
Dcopybit_priv.h34 mCount = 1; in copybit_iterator()
44 if (me->mCount) { in iterate()
49 me->mCount--; in iterate()
55 mutable int mCount; member
/hardware/qcom/display/msm8909/libcopybit/
Dcopybit_priv.h34 mCount = 1; in copybit_iterator()
44 if (me->mCount) { in iterate()
49 me->mCount--; in iterate()
55 mutable int mCount; member
/hardware/interfaces/soundtrigger/2.0/vts/functional/
DVtsHalSoundtriggerV2_0TargetTest.cpp53 Monitor() : mCount(0) {} in Monitor()
60 mCount++; in notify()
74 while (mCount == 0) { in wait()
79 mCount--; in wait()
86 int mCount; member in Monitor
/hardware/interfaces/soundtrigger/2.1/vts/functional/
DVtsHalSoundtriggerV2_1TargetTest.cpp64 Monitor() : mCount(0) {} in Monitor()
71 mCount++; in notify()
84 if (!mCv.wait_until(lock, deadline, [& count = mCount] { return count > 0; })) { in wait()
87 mCount--; in wait()
94 int mCount; member in Monitor
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_utils.h137 uint32_t mCount; variable
141 return mCount; in getCount()
145 if(index >= mCount) return NULL; in getLayer()
150 if(index >= mCount) return NULL; in getRot()
/hardware/qcom/sm8150/gps/batching/
DBatchingAdapter.cpp546 size_t mCount; in getBatchedLocationsCommand() member
557 mCount(count) {} in getBatchedLocationsCommand()
571 mApi.getBatchedTripLocations(mCount, 0, in getBatchedLocationsCommand()
578 mApi.getBatchedLocations(mCount, new LocApiResponse(*mAdapter.getContext(), in getBatchedLocationsCommand()
602 size_t mCount; in reportLocationsEvent() member
611 mCount(count), in reportLocationsEvent()
618 for (size_t i=0; i < mCount; ++i) { in reportLocationsEvent()
627 mAdapter.reportLocations(mLocations, mCount, mBatchingMode); in reportLocationsEvent()
/hardware/qcom/sm8150p/gps/batching/
DBatchingAdapter.cpp546 size_t mCount; in getBatchedLocationsCommand() member
557 mCount(count) {} in getBatchedLocationsCommand()
571 mApi.getBatchedTripLocations(mCount, 0, in getBatchedLocationsCommand()
578 mApi.getBatchedLocations(mCount, new LocApiResponse(*mAdapter.getContext(), in getBatchedLocationsCommand()
602 size_t mCount; in reportLocationsEvent() member
611 mCount(count), in reportLocationsEvent()
618 for (size_t i=0; i < mCount; ++i) { in reportLocationsEvent()
627 mAdapter.reportLocations(mLocations, mCount, mBatchingMode); in reportLocationsEvent()
/hardware/qcom/sm7150/gps/batching/
DBatchingAdapter.cpp546 size_t mCount; in getBatchedLocationsCommand() member
557 mCount(count) {} in getBatchedLocationsCommand()
571 mApi.getBatchedTripLocations(mCount, 0, in getBatchedLocationsCommand()
578 mApi.getBatchedLocations(mCount, new LocApiResponse(*mAdapter.getContext(), in getBatchedLocationsCommand()
602 size_t mCount; in reportLocationsEvent() member
611 mCount(count), in reportLocationsEvent()
618 for (size_t i=0; i < mCount; ++i) { in reportLocationsEvent()
627 mAdapter.reportLocations(mLocations, mCount, mBatchingMode); in reportLocationsEvent()
/hardware/qcom/sm8150p/gps/gnss/
DGnssAdapter.cpp1056 size_t mCount; in gnssUpdateConfigCommand() member
1067 mCount(count), in gnssUpdateConfigCommand()
1071 new uint32_t[obj.mCount], obj.mCount) { in gnssUpdateConfigCommand()
1073 for (int i = 0; i < mCount; ++i) { in gnssUpdateConfigCommand()
1089 size_t countOfConfigs = mCount; in gnssUpdateConfigCommand()
1094 sessionIds.assign(mIds, mIds + mCount); in gnssUpdateConfigCommand()
1095 std::vector<LocationError> errs(mCount, LOCATION_ERROR_SUCCESS); in gnssUpdateConfigCommand()
1314 size_t mCount; in gnssGetConfigCommand() member
1325 mCount(count) {} in gnssGetConfigCommand()
1329 new uint32_t[obj.mCount], obj.mCount) { in gnssGetConfigCommand()
[all …]
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_utils.h187 uint32_t mCount; variable
191 return mCount; in getCount()
195 if(index >= mCount) return NULL; in getLayer()
200 if(index >= mCount) return NULL; in getRot()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_utils.h212 uint32_t mCount; variable
216 return mCount; in getCount()
220 if(index >= mCount) return NULL; in getLayer()
225 if(index >= mCount) return NULL; in getRot()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_utils.h230 uint32_t mCount; variable
266 return mCount; in getCount()
270 if(index >= mCount) return NULL; in getLayer()
275 if(index >= mCount) return NULL; in getRot()
/hardware/qcom/sdm845/gps/msm8998/gnss/
DGnssAdapter.cpp594 size_t mCount; in gnssUpdateConfigCommand() member
605 mCount(count) {} in gnssUpdateConfigCommand()
613 LocationError* errs = new LocationError[mCount]; in gnssUpdateConfigCommand()
623 if (index < mCount) { in gnssUpdateConfigCommand()
635 if (index < mCount) { in gnssUpdateConfigCommand()
675 if (index < mCount) { in gnssUpdateConfigCommand()
687 if (index < mCount) { in gnssUpdateConfigCommand()
700 if (index < mCount) { in gnssUpdateConfigCommand()
713 if (index < mCount) { in gnssUpdateConfigCommand()
726 if (index < mCount) { in gnssUpdateConfigCommand()
[all …]
/hardware/qcom/gps/msm8998/gnss/
DGnssAdapter.cpp596 size_t mCount; in gnssUpdateConfigCommand() member
607 mCount(count) {} in gnssUpdateConfigCommand()
615 LocationError* errs = new LocationError[mCount]; in gnssUpdateConfigCommand()
625 if (index < mCount) { in gnssUpdateConfigCommand()
637 if (index < mCount) { in gnssUpdateConfigCommand()
677 if (index < mCount) { in gnssUpdateConfigCommand()
704 if (index < mCount) { in gnssUpdateConfigCommand()
717 if (index < mCount) { in gnssUpdateConfigCommand()
730 if (index < mCount) { in gnssUpdateConfigCommand()
740 if (index < mCount) { in gnssUpdateConfigCommand()
[all …]

12