/hardware/google/aemu/base/ |
D | ScopedFd_unittest.cpp | 44 EXPECT_FALSE(f.valid()); in TEST() 50 EXPECT_TRUE(f.valid()); in TEST() 55 EXPECT_TRUE(f.valid()); in TEST() 57 EXPECT_FALSE(f.valid()); in TEST() 64 EXPECT_TRUE(f.valid()); in TEST() 66 EXPECT_FALSE(f.valid()); in TEST() 72 EXPECT_FALSE(f1.valid()); in TEST() 73 EXPECT_TRUE(f2.valid()); in TEST() 76 EXPECT_FALSE(f2.valid()); in TEST() 77 EXPECT_TRUE(f1.valid()); in TEST()
|
/hardware/interfaces/gnss/1.0/ |
D | types.hal | 43 /** Bit mask to indicate which values are valid in a GnssLocation object. */ 46 /** GnssLocation has valid latitude and longitude. */ 48 /** GnssLocation has valid altitude. */ 50 /** GnssLocation has valid speed. */ 52 /** GnssLocation has valid bearing. */ 54 /** GpsLocation has valid horizontal accuracy. */ 56 /** GpsLocation has valid vertical accuracy. */ 58 /** GpsLocation has valid speed accuracy. */ 60 /** GpsLocation has valid bearing accuracy. */
|
D | IGnssMeasurementCallback.hal | 22 * Flags to indicate what fields in GnssClock are valid. 26 /** A valid 'leap second' is stored in the data structure. */ 28 /** A valid 'time uncertainty' is stored in the data structure. */ 30 /** A valid 'full bias' is stored in the data structure. */ 32 /** A valid 'bias' is stored in the data structure. */ 34 /** A valid 'bias uncertainty' is stored in the data structure. */ 36 /** A valid 'drift' is stored in the data structure. */ 38 /** A valid 'drift uncertainty' is stored in the data structure. */ 43 * Flags to indicate what fields in GnssMeasurement are valid. 47 /** A valid 'snr' is stored in the data structure. */ [all …]
|
/hardware/qcom/camera/msm8998/QCamera2/util/ |
D | QCameraCommon.cpp | 175 pAnalysisInfo->valid = 0; in getAnalysisInfo() 179 (m_pCapability->analysis_info[CAM_ANALYSIS_INFO_FD_VIDEO].valid)) { in getAnalysisInfo() 182 } else if (m_pCapability->analysis_info[CAM_ANALYSIS_INFO_FD_STILL].valid) { in getAnalysisInfo() 188 (m_pCapability->analysis_info[CAM_ANALYSIS_INFO_PAAF].valid)) { in getAnalysisInfo() 192 if (!pAnalysisInfo->valid) { in getAnalysisInfo() 234 return pAnalysisInfo->valid ? NO_ERROR : BAD_VALUE; in getAnalysisInfo()
|
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/test/ |
D | VehicleUtilsTest.cpp | 49 bool valid = false; member 70 .valid = true, in getInvalidPropValuesTestCases() 94 .valid = true, in getInvalidPropValuesTestCases() 110 .valid = true, in getInvalidPropValuesTestCases() 134 .valid = true, in getInvalidPropValuesTestCases() 150 .valid = true, in getInvalidPropValuesTestCases() 174 .valid = true, in getInvalidPropValuesTestCases() 202 .valid = true, in getInvalidPropValuesTestCases() 291 bool valid = false; member 304 .valid = true, in getInvalidValueRangeTestCases() [all …]
|
/hardware/interfaces/broadcastradio/1.0/ |
D | ITuner.hal | 38 * @return result OK if valid configuration is returned, 45 * Start scanning up to next valid station. 46 * Shall be called only when a valid configuration has been applied. 50 * The status should indicate if a valid station is tuned or not. 52 * @param skipSubChannel valid for HD radio or digital radios only: 62 * Must be called when a valid configuration has been applied. 66 * The status should indicate if a valid station is tuned or not. 68 * @param skipSubChannel valid for HD radio or digital radios only: 78 * Must be called when a valid configuration has been applied. 82 * The status should indicate if a valid station is tuned or not.
|
/hardware/google/aemu/base/include/aemu/base/sockets/ |
D | ScopedSocket.h | 36 bool valid() const { return mSocket >= 0; } in valid() function 41 if (valid()) { in close()
|
/hardware/qcom/display/msm8960/liboverlay/ |
D | overlayMem.h | 66 bool valid() const; 157 if(!valid()) { in close() 176 inline bool OvMem::valid() const in valid() function
|
D | overlay.h | 102 bool valid(); 156 OVASSERT(mPipeBook[index].valid(), "Pipe does not exist %s", in validate() 179 inline bool Overlay::PipeBook::valid() { in valid() function
|
/hardware/interfaces/gnss/measurement_corrections/1.0/ |
D | types.hal | 24 * The bit mask singleSatCorrectionFlags indicates which correction values are valid in the struct 69 * The value is only valid if HAS_REFLECTING_PLANE flag is set. An invalid reflecting plane 123 * The value is only valid if HAS_REFLECTING_PLANE flag is set. An invalid reflecting plane 144 /** Bit mask to indicate which values are valid in a SingleSatCorrection object. */ 146 /** GnssSingleSatCorrectionFlags has valid satellite-is-line-of-sight-probability field. */ 148 /** GnssSingleSatCorrectionFlags has valid Excess Path Length field. */ 150 /** GnssSingleSatCorrectionFlags has valid Excess Path Length Uncertainty field. */ 152 /** GnssSingleSatCorrectionFlags has valid Reflecting Plane field. */
|
/hardware/interfaces/contexthub/common/vts/ |
D | VtsHalContexthubUtilsCommon.h | 51 EXPECT_TRUE(future.valid()); 52 if (result != nullptr && future.valid()) {
|
/hardware/qcom/display/msm8994/liboverlay/ |
D | overlayMem.h | 67 bool valid() const; 167 if(!valid()) { in close() 187 inline bool OvMem::valid() const in valid() function
|
D | overlayWriteback.cpp | 43 if(mBuf.valid()) { in manageMem() 71 if(mBuf.valid()) { in dealloc() 103 if(mFd.valid()) { in stopSession()
|
/hardware/qcom/display/msm8226/liboverlay/ |
D | overlayMem.h | 67 bool valid() const; 167 if(!valid()) { in close() 187 inline bool OvMem::valid() const in valid() function
|
D | overlayWriteback.cpp | 43 if(mBuf.valid()) { in manageMem() 71 if(mBuf.valid()) { in dealloc() 103 if(mFd.valid()) { in stopSession()
|
/hardware/google/aemu/base/include/aemu/base/testing/ |
D | TestInputBufferSocketServerThread.h | 59 bool valid() const { return mSocket.valid(); } in valid() function
|
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/ |
D | HidItem.cpp | 71 if (i.valid) { in tokenize() 84 h.valid = false; in operator >>() 112 h.valid = !is.eof(); in operator >>()
|
/hardware/qcom/display/msm8084/liboverlay/ |
D | overlayMem.h | 70 bool valid() const; 181 if(!valid()) { in close() 226 inline bool OvMem::valid() const in valid() function
|
D | overlayWriteback.cpp | 43 if(mBuf.valid()) { in manageMem() 71 if(mBuf.valid()) { in dealloc() 103 if(mFd.valid()) { in stopSession()
|
/hardware/interfaces/tv/input/1.0/ |
D | ITvInput.hal | 39 * The configs object is valid only until the next 44 * INVALID_ARGUMENTS if the given device ID is not valid. 58 * INVALID_ARGUMENTS if any of given IDs are not valid; 74 * INVALID_ARGUMENTS if any of given IDs are not valid;
|
/hardware/libhardware/modules/sensors/dynamic_sensor/ |
D | HidRawSensor.h | 156 bool valid = true; in getReportFieldValue() local 166 valid = false; in getReportFieldValue() 178 return valid; in getReportFieldValue()
|
/hardware/interfaces/biometrics/common/util/ |
D | CancellationSignal.cpp | 33 CHECK(f.valid()); in shouldCancel()
|
/hardware/interfaces/gnss/2.1/ |
D | IGnssMeasurementCallback.hal | 29 * Flags to indicate what fields in GnssMeasurement are valid. 33 * A valid full inter-signal bias is stored in the data structure. 37 * A valid full inter-signal bias uncertainty is stored in the data structure. 41 * A valid satellite inter-signal bias is stored in the data structure. 45 * A valid satellite inter-signal bias uncertainty is stored in the data structure. 72 * with a valid value. For convenience, these are marked as mandatory. 75 * valid by the corresponding bit in flags.
|
/hardware/interfaces/gnss/aidl/default/ |
D | GnssDebug.cpp | 28 PositionDebug positionDebug = {.valid = true, in getDebugData()
|
/hardware/interfaces/gnss/2.0/ |
D | types.hal | 29 /** A valid timestampNs is stored in the data structure. */ 31 /** A valid timeUncertaintyNs is stored in the data structure. */ 45 * Fields may have invalid information in them, if not marked as valid by the
|