Home
last modified time | relevance | path

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

12345678910>>...23

/hardware/interfaces/broadcastradio/common/utilsaidl/test/
DBroadcastRadioUtilsCommonTest.cpp43 bool valid; member
50 .valid = false}, in getIsValidIdentifierTestCases()
54 .valid = false}, in getIsValidIdentifierTestCases()
58 .valid = false}, in getIsValidIdentifierTestCases()
62 .valid = true}, in getIsValidIdentifierTestCases()
66 .valid = false}, in getIsValidIdentifierTestCases()
70 .valid = false}, in getIsValidIdentifierTestCases()
74 .valid = true}, in getIsValidIdentifierTestCases()
78 .valid = false}, in getIsValidIdentifierTestCases()
82 .valid = false}, in getIsValidIdentifierTestCases()
[all …]
/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/google/gfxstream/guest/mesa/src/util/
Dvl_rbsp.h54 unsigned valid, bits_left = vl_vlc_bits_left(nal); in vl_rbsp_init() local
70 valid = vl_vlc_valid_bits(&rbsp->nal); in vl_rbsp_init()
72 for (i = 24; i <= valid; i += 8) { in vl_rbsp_init()
79 valid = vl_vlc_valid_bits(&rbsp->nal); in vl_rbsp_init()
81 rbsp->escaped = (valid >= 16) ? 16 : ((valid >= 8) ? 8 : 0); in vl_rbsp_init()
90 unsigned valid = vl_vlc_valid_bits(&rbsp->nal); in vl_rbsp_fillbits() local
94 if (valid >= 32) in vl_rbsp_fillbits()
104 assert(valid >= rbsp->escaped); in vl_rbsp_fillbits()
107 valid -= rbsp->escaped; in vl_rbsp_fillbits()
112 for (i = valid + 24; i <= bits; i += 8) { in vl_rbsp_fillbits()
/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.cpp48 bool valid = false; member
72 .valid = true, in getInvalidPropValuesTestCases()
96 .valid = true, in getInvalidPropValuesTestCases()
112 .valid = true, in getInvalidPropValuesTestCases()
136 .valid = true, in getInvalidPropValuesTestCases()
152 .valid = true, in getInvalidPropValuesTestCases()
176 .valid = true, in getInvalidPropValuesTestCases()
204 .valid = true, in getInvalidPropValuesTestCases()
293 bool valid = false; member
306 .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/gfxstream/guest/OpenglSystemCommon/
DQemuPipeStream.cpp51 if (valid()) { in ~QemuPipeStream()
64 if (!valid()) { in connect()
121 if (!valid()) return NULL; in commitBufferAndReadFully()
209 if (!valid()) return NULL; in read()
228 if (!valid()) return int(ERR_INVALID_SOCKET); in recv()
DVirtioGpuPipeStream.cpp51 bool VirtioGpuPipeStream::valid() { in valid() function in VirtioGpuPipeStream
143 if (!valid()) return -1; in writeFully()
185 if (!valid()) return NULL; in readFully()
228 if (!valid()) return NULL; in read()
247 if (!valid()) return -EINVAL; in recv()
/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/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Dvuid.adoc20 For implicit valid usage statements, the tags are formatted like this:
27 _blockname_ is the name of the function or structure for which a valid usage
36 valid objects, required bitmasks, required array lengths, constraints on
39 For explicit valid usage statements, the tags are formatted like this:
46 _blockname_ is the name of the function or structure for which a valid usage
70 For implicit valid usage statements generated automatically from `vk.xml`,
73 For explicit valid usage statements, VUID tags are generated by passing
78 Therefore, authors of extensions, or other branches adding valid usage
94 This will add VUID tags to all statements in valid usage blocks which do not
136 * The valid usage statement has not yet been implemented in the validation
/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/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/msm8994/liboverlay/
DoverlayMem.h67 bool valid() const;
167 if(!valid()) { in close()
187 inline bool OvMem::valid() const in valid() function
/hardware/qcom/display/msm8226/liboverlay/
DoverlayMem.h67 bool valid() const;
167 if(!valid()) { in close()
187 inline bool OvMem::valid() const in valid() function
/hardware/interfaces/contexthub/common/vts/
DVtsHalContexthubUtilsCommon.h51 EXPECT_TRUE(future.valid());
52 if (result != nullptr && future.valid()) {
/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/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_swapchain_maintenance1/
DSwapchainPresentScalingCreateInfo.adoc60 pname:scalingBehavior must: be a valid scaling method for the surface as
68 be a valid scaling method for the surface as returned in
74 pname:presentGravityX must: be a valid x-axis present gravity for the
82 be a valid x-axis present gravity for the surface as returned in
88 pname:presentGravityY must: be a valid y-axis present gravity for the
96 be a valid y-axis present gravity for the surface as returned in
/hardware/qcom/display/msm8084/liboverlay/
DoverlayMem.h70 bool valid() const;
181 if(!valid()) { in close()
226 inline bool OvMem::valid() const in valid() function
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc12 "`VU`" as used below is an abbreviation for "`valid usage statement`", which
132 * Fix slink:VkGraphicsPipelineCreateInfo VU to say a valid pipeline layout
832 sample counts are valid, and related specification language in
1212 * Expand the definition of <<fundamentals-validusage-enums, "`valid
1706 and rewrite a corresponding valid usage statement (public issue 1950).
1714 code:PrimitiveTriangleIndicesEXT valid usage statements (public pull
1722 * Add valid usage statement for flink:vkCmdExecuteCommands clarifying that
1725 * Remove `requiredbitmask` valid usage statement for
1768 * Add common valid usage statements for bind buffer and bind image
1774 * Add common valid usage statements for drawing commands to prevent
[all …]
/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/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.

12345678910>>...23