Home
last modified time | relevance | path

Searched refs:valid (Results 1 – 25 of 346) sorted by relevance

12345678910>>...14

/hardware/google/aemu/base/
DScopedFd_unittest.cpp44 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/
Dtypes.hal43 /** 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. */
DIGnssMeasurementCallback.hal22 * 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/
DQCameraCommon.cpp175 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/
DVehicleUtilsTest.cpp49 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/
DITuner.hal38 * @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/
DScopedSocket.h36 bool valid() const { return mSocket >= 0; } in valid() function
41 if (valid()) { in close()
/hardware/qcom/display/msm8960/liboverlay/
DoverlayMem.h66 bool valid() const;
157 if(!valid()) { in close()
176 inline bool OvMem::valid() const in valid() function
Doverlay.h102 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/
Dtypes.hal24 * 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/
DVtsHalContexthubUtilsCommon.h51 EXPECT_TRUE(future.valid());
52 if (result != nullptr && future.valid()) {
/hardware/qcom/display/msm8994/liboverlay/
DoverlayMem.h67 bool valid() const;
167 if(!valid()) { in close()
187 inline bool OvMem::valid() const in valid() function
DoverlayWriteback.cpp43 if(mBuf.valid()) { in manageMem()
71 if(mBuf.valid()) { in dealloc()
103 if(mFd.valid()) { in stopSession()
/hardware/qcom/display/msm8226/liboverlay/
DoverlayMem.h67 bool valid() const;
167 if(!valid()) { in close()
187 inline bool OvMem::valid() const in valid() function
DoverlayWriteback.cpp43 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/
DTestInputBufferSocketServerThread.h59 bool valid() const { return mSocket.valid(); } in valid() function
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
DHidItem.cpp71 if (i.valid) { in tokenize()
84 h.valid = false; in operator >>()
112 h.valid = !is.eof(); in operator >>()
/hardware/qcom/display/msm8084/liboverlay/
DoverlayMem.h70 bool valid() const;
181 if(!valid()) { in close()
226 inline bool OvMem::valid() const in valid() function
DoverlayWriteback.cpp43 if(mBuf.valid()) { in manageMem()
71 if(mBuf.valid()) { in dealloc()
103 if(mFd.valid()) { in stopSession()
/hardware/interfaces/tv/input/1.0/
DITvInput.hal39 * 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/
DHidRawSensor.h156 bool valid = true; in getReportFieldValue() local
166 valid = false; in getReportFieldValue()
178 return valid; in getReportFieldValue()
/hardware/interfaces/biometrics/common/util/
DCancellationSignal.cpp33 CHECK(f.valid()); in shouldCancel()
/hardware/interfaces/gnss/2.1/
DIGnssMeasurementCallback.hal29 * 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/
DGnssDebug.cpp28 PositionDebug positionDebug = {.valid = true, in getDebugData()
/hardware/interfaces/gnss/2.0/
Dtypes.hal29 /** 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

12345678910>>...14