/hardware/qcom/gps/msm8998/core/ |
D | SystemStatus.cpp | 1203 if (!mCache.mTimeAndClock.empty() && mCache.mTimeAndClock.back().equals(s)) { in setTimeAndCLock() 1204 mCache.mTimeAndClock.back().mUtcReported = s.mUtcReported; in setTimeAndCLock() 1217 if (!mCache.mXoState.empty() && mCache.mXoState.back().equals(s)) { in setXoState() 1218 mCache.mXoState.back().mUtcReported = s.mUtcReported; in setXoState() 1231 if (!mCache.mRfAndParams.empty() && mCache.mRfAndParams.back().equals(s)) { in setRfAndParams() 1232 mCache.mRfAndParams.back().mUtcReported = s.mUtcReported; in setRfAndParams() 1245 if (!mCache.mErrRecovery.empty() && mCache.mErrRecovery.back().equals(s)) { in setErrRecovery() 1246 mCache.mErrRecovery.back().mUtcReported = s.mUtcReported; in setErrRecovery() 1262 if (!mCache.mInjectedPosition.empty() && mCache.mInjectedPosition.back().equals(s)) { in setInjectedPosition() 1263 mCache.mInjectedPosition.back().mUtcReported = s.mUtcReported; in setInjectedPosition() [all …]
|
/hardware/qcom/gps/sdm845/core/ |
D | SystemStatus.cpp | 1203 if (!mCache.mTimeAndClock.empty() && mCache.mTimeAndClock.back().equals(s)) { in setTimeAndCLock() 1204 mCache.mTimeAndClock.back().mUtcReported = s.mUtcReported; in setTimeAndCLock() 1217 if (!mCache.mXoState.empty() && mCache.mXoState.back().equals(s)) { in setXoState() 1218 mCache.mXoState.back().mUtcReported = s.mUtcReported; in setXoState() 1231 if (!mCache.mRfAndParams.empty() && mCache.mRfAndParams.back().equals(s)) { in setRfAndParams() 1232 mCache.mRfAndParams.back().mUtcReported = s.mUtcReported; in setRfAndParams() 1245 if (!mCache.mErrRecovery.empty() && mCache.mErrRecovery.back().equals(s)) { in setErrRecovery() 1246 mCache.mErrRecovery.back().mUtcReported = s.mUtcReported; in setErrRecovery() 1262 if (!mCache.mInjectedPosition.empty() && mCache.mInjectedPosition.back().equals(s)) { in setInjectedPosition() 1263 mCache.mInjectedPosition.back().mUtcReported = s.mUtcReported; in setInjectedPosition() [all …]
|
/hardware/qcom/gps/msm8998/gnss/ |
D | GnssAdapter.cpp | 2645 eph_health_good_mask = in.mSvHealth.back().mGpsGoodMask; in convertSatelliteInfo() 2646 eph_health_bad_mask = in.mSvHealth.back().mGpsBadMask; in convertSatelliteInfo() 2649 server_perdiction_available_mask = in.mXtra.back().mGpsXtraValid; in convertSatelliteInfo() 2650 server_perdiction_age = (float)(in.mXtra.back().mGpsXtraAge); in convertSatelliteInfo() 2658 eph_health_good_mask = in.mSvHealth.back().mGloGoodMask; in convertSatelliteInfo() 2659 eph_health_bad_mask = in.mSvHealth.back().mGloBadMask; in convertSatelliteInfo() 2662 server_perdiction_available_mask = in.mXtra.back().mGloXtraValid; in convertSatelliteInfo() 2663 server_perdiction_age = (float)(in.mXtra.back().mGloXtraAge); in convertSatelliteInfo() 2671 eph_health_good_mask = in.mSvHealth.back().mQzssGoodMask; in convertSatelliteInfo() 2672 eph_health_bad_mask = in.mSvHealth.back().mQzssBadMask; in convertSatelliteInfo() [all …]
|
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/ |
D | HidLocal.cpp | 31 return (index >= usage.size()) ? usage.back() : usage[index]; in getUsage() 38 return (index >= designator.size()) ? designator.back() : designator[index]; in getDesignator() 45 return (index >= string.size()) ? string.back() : string[index]; in getString()
|
D | HidGlobal.cpp | 111 ret = mStack.back().append(i); in append() 122 return mStack.back(); in top()
|
/hardware/qcom/gps/sdm845/gnss/ |
D | GnssAdapter.cpp | 2663 eph_health_good_mask = in.mSvHealth.back().mGpsGoodMask; in convertSatelliteInfo() 2664 eph_health_bad_mask = in.mSvHealth.back().mGpsBadMask; in convertSatelliteInfo() 2667 server_perdiction_available_mask = in.mXtra.back().mGpsXtraValid; in convertSatelliteInfo() 2668 server_perdiction_age = (float)(in.mXtra.back().mGpsXtraAge); in convertSatelliteInfo() 2676 eph_health_good_mask = in.mSvHealth.back().mGloGoodMask; in convertSatelliteInfo() 2677 eph_health_bad_mask = in.mSvHealth.back().mGloBadMask; in convertSatelliteInfo() 2680 server_perdiction_available_mask = in.mXtra.back().mGloXtraValid; in convertSatelliteInfo() 2681 server_perdiction_age = (float)(in.mXtra.back().mGloXtraAge); in convertSatelliteInfo() 2689 eph_health_good_mask = in.mSvHealth.back().mQzssGoodMask; in convertSatelliteInfo() 2690 eph_health_bad_mask = in.mSvHealth.back().mQzssBadMask; in convertSatelliteInfo() [all …]
|
/hardware/interfaces/nfc/1.0/ |
D | INfcClientCallback.hal | 22 * can use to pass events back to the stack.
|
/hardware/interfaces/usb/1.1/ |
D | types.hal | 37 * Used as the container to report data back to the caller.
|
/hardware/intel/common/libva/test/basic/ |
D | testplan.txt | 96 surface back to VAImage, check resulting image
|
/hardware/interfaces/camera/device/1.0/ |
D | types.hal | 47 * back-facing camera sensor is mounted in landscape. You are looking at the 217 * the face leaves the field-of-view and comes back, it will get a new 278 * Used by camera framework to send a batch of recording frames back to camera HAL.
|
/hardware/libhardware/modules/camera/3_4/ |
D | v4l2_camera_hal.cpp | 70 HAL_LOGV("Found video node %s.", nodes.back().c_str()); in V4L2CameraHAL()
|
D | README.md | 79 back to the Camera class for final processing (validation, filling in the 80 result object, and sending the data back to the framework).
|
/hardware/interfaces/biometrics/fingerprint/2.1/ |
D | IBiometricsFingerprint.hal | 53 * template. Switches back as soon as enroll is complete, signalled by 96 * to all running clients. Switches the HAL state machine back to the idle
|
/hardware/interfaces/contexthub/1.0/ |
D | IContexthubCallback.hal | 22 * implementation to allow the HAL to send asynchronous messages back
|
/hardware/interfaces/wifi/1.1/ |
D | IWifiChip.hal | 80 * scenario and let the wifi chip fall back to the default power values.
|
/hardware/interfaces/graphics/composer/2.1/ |
D | IComposerCallback.hal | 39 * The client may call back into the device while the callback is in
|
/hardware/qcom/display/sdm845/sdm/libs/hwc/ |
D | hwc_tonemapper.cpp | 225 delete tone_map_sessions_.back(); in Terminate()
|
/hardware/qcom/display/sdm845/sdm/libs/hwc2/ |
D | hwc_tonemapper.cpp | 237 delete tone_map_sessions_.back(); in Terminate()
|
/hardware/interfaces/camera/common/1.0/ |
D | types.hal | 330 * back camera sensors used by devices 0, and 1 334 * as either of the two back camera devices (device 0, 1), and typically 370 * due a shared physical sensor. Using the back and "high-power" front
|
/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
D | hwc_tonemapper.cpp | 271 delete tone_map_sessions_.back(); in Terminate()
|
/hardware/interfaces/audio/2.0/ |
D | IStreamIn.hal | 64 * Data structure passed back to the client via status message queue
|
/hardware/interfaces/usb/1.0/ |
D | types.hal | 155 * Used as the container to report data back to the caller.
|
/hardware/interfaces/tv/cec/1.0/ |
D | IHdmiCec.hal | 47 * the state back to the beginning.
|
/hardware/interfaces/graphics/bufferqueue/1.0/ |
D | IGraphicBufferProducer.hal | 240 * buffer ownership back to the server with either cancelBuffer on 399 * that slot back to the server. 437 * buffer associated with slot and transfers ownership of the slot back to 487 * back to the BufferQueue. It is also used to detect the death of the
|
/hardware/interfaces/camera/device/3.2/ |
D | types.hal | 503 * ownership has been fully transferred back to the client. 505 * If this is null, then the ownership of this buffer is transferred back 784 * back to the client in a subsequent processCaptureResult call. 842 * pipeline; by sending the state back to the framework immediately, we get a 950 * supports sync fences, it can call processCaptureResult to hand it back
|