Home
last modified time | relevance | path

Searched refs:each (Results 1 – 25 of 255) sorted by relevance

1234567891011

/hardware/qcom/gps/msm8909w_3100/core/
DSystemStatusOsObserver.cpp56 for (auto each : mDataItemCache) { in ~SystemStatusOsObserver() local
57 if (nullptr != each.second) { in ~SystemStatusOsObserver()
58 delete each.second; in ~SystemStatusOsObserver()
76 for (auto each : mSubscribeReqCache) { in setSubscriptionObj() local
77 subscribe(each.second, each.first); in setSubscriptionObj()
80 for (auto each : mReqDataCache) { in setSubscriptionObj() local
81 requestData(each.second, each.first); in setSubscriptionObj()
288 for (auto each : mDataItemList) { in unsubscribe() local
292 each, list<IDataItemObserver*> (1,mClient), clientListOut); in unsubscribe()
294 mParent->mDataItemIndex->getListOfSubscribedClients(each, clientListSubs); in unsubscribe()
[all …]
/hardware/qcom/gps/msm8909w_3100/gnss/
DXtraSystemStatusObserver.cpp193 for (auto each : mDataItemList) { in notify() local
194 delete each; in notify()
199 for (auto each : mDataItemList) { in notify() local
200 switch (each->getId()) in notify()
205 reinterpret_cast<SystemStatusNetworkInfo*>(each); in notify()
213 SystemStatusTac* tac = reinterpret_cast<SystemStatusTac*>(each); in notify()
220 SystemStatusMccMnc* mccmnc = reinterpret_cast<SystemStatusMccMnc*>(each); in notify()
/hardware/qcom/sdm845/gps/sdm845/gnss/
DXtraSystemStatusObserver.cpp221 for (auto each : mDataItemList) { in notify() local
222 delete each; in notify()
227 for (auto each : mDataItemList) { in notify() local
228 switch (each->getId()) in notify()
233 static_cast<NetworkInfoDataItemBase*>(each); in notify()
241 static_cast<TacDataItemBase*>(each); in notify()
249 static_cast<MccmncDataItemBase*>(each); in notify()
/hardware/qcom/sm8150/gps/core/
DSystemStatusOsObserver.cpp53 for (auto each : mDataItemCache) { in ~SystemStatusOsObserver() local
54 if (nullptr != each.second) { in ~SystemStatusOsObserver()
55 delete each.second; in ~SystemStatusOsObserver()
320 for (auto each : dataItemIdsToBeSent) { in notify() local
321 auto clients = mParent->mDataItemToClients.getValSetPtr(each); in notify()
349 for (auto each : dlist) { in notify() local
352 each->stringify(dv); in notify()
356 IDataItemCore* di = DataItemsFactoryProxy::createNewDataItem(each->getId()); in notify()
358 LOC_LOGw("Unable to create dataitem:%d", each->getId()); in notify()
363 di->copy(each); in notify()
[all …]
/hardware/qcom/sdm845/gps/sdm845/core/
DSystemStatusOsObserver.cpp53 for (auto each : mDataItemCache) { in ~SystemStatusOsObserver() local
54 if (nullptr != each.second) { in ~SystemStatusOsObserver()
55 delete each.second; in ~SystemStatusOsObserver()
321 for (auto each : dataItemIdsToBeSent) { in notify() local
322 auto clients = mParent->mDataItemToClients.getValSetPtr(each); in notify()
350 for (auto each : dlist) { in notify() local
353 each->stringify(dv); in notify()
357 IDataItemCore* di = DataItemsFactoryProxy::createNewDataItem(each->getId()); in notify()
359 LOC_LOGw("Unable to create dataitem:%d", each->getId()); in notify()
364 di->copy(each); in notify()
[all …]
/hardware/interfaces/camera/metadata/
DREADME.md10 See the docs.html for each version for the detailed description of each metadata
/hardware/interfaces/power/stats/1.0/
DIPowerStats.hal34 * Reports accumulated energy since boot on each rail.
49 * Streams accumulated energy since boot on each rail. This API is
107 * @return powerEntityInfos List of information on each PowerEntity
126 * each specified PowerEntity that provides state space information.
138 * Reports accumulated residency data for each specified PowerEntity.
141 * that a specified PowerEntity resided in each of its possible states,
142 * the number of times that each state was entered, and a timestamp
150 * @return stateResidencyResults state residency data for each specified
/hardware/interfaces/wifi/1.2/
DIWifiChip.hal42 * 802.11 connection type, number of MIMO streams, etc) for each scenario
43 * is defined by the OEM as a BDF file since it varies for each wifi chip
58 * OEM's should define various power profiles for each of the scenarios
75 * to this must register multiple callbacks each of which must receive all
DIWifiChipEventCallback.hal27 * Struct describing the state of each iface operating on the radio chain
38 * Struct describing the state of each hardware radio chain (hardware MAC)
67 * @param radioModeInfos List of RadioModeInfo structures for each
/hardware/qcom/sm8150/gps/gnss/
DXtraSystemStatusObserver.cpp291 for (auto each : mDataItemList) { in notify() local
292 switch (each->getId()) in notify()
297 static_cast<NetworkInfoDataItemBase*>(each); in notify()
308 static_cast<TacDataItemBase*>(each); in notify()
316 static_cast<MccmncDataItemBase*>(each); in notify()
/hardware/interfaces/neuralnetworks/1.2/
Dtypes.t37 * The maximum number of files for each type of cache in compilation caching.
183 /** Array of scaling values for each channel. Each value must be greater than zero. */
235 * represented by setting each unspecified dimension to 0.
396 * prefix corresponding to each extension name and at most one extension
397 * name corresponding to each prefix.
487 * 2) For each input operand:
489 * 2.2) For each dimension element of the operand:
491 * 3) For each output operand:
493 * 3.2) For each dimension element of the operand:
495 * 4) For each pool:
[all …]
Dtypes.hal35 * The maximum number of files for each type of cache in compilation caching.
167 * The size of the output is the maximum size along each dimension of the
325 * batch of images, applying the filter to each window of each image of the
356 * * * each value scaling is separate and equal to input.scale * filter.scales[channel]).
384 * and bias_scale of 0. The actual scale of each value 'i' is equal to
406 * cells between each filter element on width dimension. If this input is set,
411 * cells between each filter element on height dimension. If this input is set,
434 * and bias_scale of 0. The actual scale of each value 'i' is equal to
451 * cells between each filter element on width dimension. If this input is set,
456 * cells between each filter element on height dimension. If this input is set,
[all …]
/hardware/interfaces/wifi/1.1/
DIWifiChip.hal49 * 802.11 connection type, number of MIMO streams, etc) for each scenario
50 * is defined by the OEM as a BDF file since it varies for each wifi chip
62 * OEM's should define various power profiles for each of the scenarios
/hardware/interfaces/camera/metadata/3.4/
Dtypes.hal60 * <p>Partial documentation is included for each tag; for complete documentation, reference
112 * <p>This lists the minimum frame duration for each
119 * <p>This lists the maximum stall duration for each
144 * <p>This lists the minimum frame duration for each
151 * <p>This lists the maximum stall duration for each
/hardware/interfaces/sensors/2.0/
DISensorsCallback.hal28 * @param sensorInfos vector of SensorInfo for each dynamic sensor that
44 * @param sensorHandles vector of sensor handles for each dynamic sensors
/hardware/interfaces/camera/device/3.2/
DICameraDeviceCallback.hal50 * included in one process_capture_result call. A buffer for each stream,
51 * and the result metadata, must be returned by the HAL for each request in
63 * However, different streams are independent of each other, so it is
80 * being filled. The HAL must include valid release sync fences into each
102 * This is a non-blocking call. The framework must handle each CaptureResult
146 * This is a non-blocking call. The framework must handle each message in 5ms.
/hardware/interfaces/camera/
DREADME.md9 More details and versioning information can be found within each particular HAL.
/hardware/interfaces/drm/1.2/
DIDrmPluginListener.hal42 * indicates the status of each key in the session. Keys can be
49 * @param keyStatusList indicates the status for each key ID in the
/hardware/interfaces/wifi/1.0/
DIWifiStaIfaceEventCallback.hal29 * Called for each received beacon/probe response for a scan with the
34 * @param bucketsScanned Bitset where each bit indicates if the bucket with
/hardware/interfaces/radio/1.2/
DIRadio.hal29 * serial to different methods), multiple responses (one for each method call) must still be served.
53 * indications are enabled. See @1.2::IndicationFilter for the definition of each bit.
62 * The resulting reporting rules are the AND of all the supplied criteria. For each RAN
69 * Note: Reporting criteria must be individually set for each RAN. For any unset reporting
98 * Note: Reporting criteria must be individually set for each RAN. If unset, reporting criteria
158 * "192.0.1.11/16", or "2001:db8::1/64". Typically one IPv4 or one IPv6 or one of each. If
/hardware/interfaces/neuralnetworks/1.3/
Dtypes.hal104 * The size of the output is the maximum size along each dimension of the
276 * batch of images, applying the filter to each window of each image of the
307 * * * each value scaling is separate and equal to input.scale * filter.scales[channel]).
319 * * * each value scaling is separate and equal to input.scale * filter.scales[channel]).
348 * and bias_scale of 0. The actual scale of each value 'i' is equal to
370 * cells between each filter element on width dimension. If this input is set,
375 * cells between each filter element on height dimension. If this input is set,
399 * and bias_scale of 0. The actual scale of each value 'i' is equal to
416 * cells between each filter element on width dimension. If this input is set,
421 * cells between each filter element on height dimension. If this input is set,
[all …]
/hardware/interfaces/drm/1.0/
DIDrmPluginListener.hal56 * indicates the status of each key in the session. Keys can be
60 * @param keyStatusList indicates the status for each key ID in the
/hardware/interfaces/gnss/1.0/
DIGnssNavigationMessageCallback.hal131 * - For GNSS L1 C/A, Beidou D1 & Beidou D2, each subframe contains 10 30-bit
137 * - For Glonass L1 C/A, each string contains 85 data bits, including the
142 * - For Galileo F/NAV, each word consists of 238-bit (sync & tail symbols
148 * - For Galileo I/NAV, each page contains 2 page parts, even and odd, with
/hardware/qcom/sm8150/gps/android/1.1/location_api/
DGnssAPIClient.cpp474 std::string each; in onGnssNmeaCb() local
475 while(std::getline(ss, each, '\n')) { in onGnssNmeaCb()
476 each += '\n'; in onGnssNmeaCb()
478 nmeaString.setToExternal(each.c_str(), each.length()); in onGnssNmeaCb()
/hardware/qcom/sm8150/gps/android/1.0/location_api/
DGnssAPIClient.cpp474 std::string each; in onGnssNmeaCb() local
475 while(std::getline(ss, each, '\n')) { in onGnssNmeaCb()
476 each += '\n'; in onGnssNmeaCb()
478 nmeaString.setToExternal(each.c_str(), each.length()); in onGnssNmeaCb()

1234567891011