Searched defs:valid (Results 1 - 12 of 12) sorted by relevance

/system/core/adb/
H A Dadb_utils.h73 if (valid()) {
86 bool valid() const { function in class:ScopedFd
/system/core/logcat/tests/
H A Dlogcat_benchmark.cpp73 bool valid(void) function in class:timestamp
89 if (!last.valid()) {
102 if (next.valid()) {
/system/update_engine/payload_generator/
H A Dgraph_types.h55 valid(true),
58 bool valid; member in struct:chromeos_update_engine::Vertex
/system/update_engine/update_manager/
H A Dreal_updater_provider_unittest.cc86 // |valid| determines whether the returned time is valid. Returns the expected
88 Time SetupUpdateCompletedTime(bool valid) { argument
91 const Time kCurrBootTime = (valid ?
/system/vold/
H A DCryptCommandListener.cpp208 bool valid = true; local
214 valid = false;
217 valid = false;
219 // Third parameter must be valid type
222 valid = false;
228 if (valid) {
231 valid = false;
239 valid = false;
243 valid = false;
247 if (!valid) {
[all...]
/system/bt/btif/co/
H A Dbta_dm_co.c139 ** Parameters valid - TRUE, if the local OOB data is retrieved from LM
146 void bta_dm_co_loc_oob(BOOLEAN valid, BT_OCTET16 c, BT_OCTET16 r) argument
148 BTIF_TRACE_DEBUG("bta_dm_co_loc_oob, valid = %d", valid);
150 btif_dm_proc_loc_oob(valid, c, r);
/system/bt/stack/mcap/
H A Dmca_main.c491 } /* got a valid ccb */
618 ** Description This function checks if the given dep_id is valid.
620 ** Returns TRUE, if this is a valid local dep_id
625 BOOLEAN valid = FALSE; local
628 valid = TRUE;
630 return valid;
/system/extras/libfec/
H A Dfec_private.h68 bool valid; member in struct:ecc_info
96 bool valid; member in struct:verity_block_info
/system/extras/libfec/include/fec/
H A Dio.h63 bool valid; member in struct:fec_ecc_metadata
180 return get_ecc_metadata(data) && data.valid;
/system/tools/aidl/
H A Daidl.cpp80 bool valid = false; local
103 valid = (len >= expected.length());
105 if (valid) {
121 valid = (expected == p);
123 valid = !strcasecmp(expected.c_str(), p);
127 if (!valid) {
133 return valid;
/system/update_engine/payload_consumer/
H A Ddelta_performer.cc521 // The payload metadata is deemed valid, it's safe to parse the protobuf.
1637 bool valid = local
1643 if (!valid) {
/system/bt/btif/src/
H A Dbtif_dm.c764 is a valid hid connection with this bd_addr. If yes VUP will be issued.*/
2856 void btif_dm_proc_loc_oob(BOOLEAN valid, BT_OCTET16 c, BT_OCTET16 r) argument
2863 BTIF_TRACE_DEBUG("%s: valid=%d", __func__, valid);
2864 if (is_empty_128bit(oob_cb.oob_data.c192) && valid)

Completed in 603 milliseconds