Searched defs:is_valid (Results 1 - 6 of 6) sorted by relevance

/system/bt/service/common/bluetooth/
H A Duuid.h74 bool is_valid() const { return is_valid_; } function in class:bluetooth::UUID
/system/media/alsa_utils/include/
H A Dalsa_device_profile.h49 bool is_valid; member in struct:__anon1799
/system/bt/stack/avrc/
H A Davrc_utils.c229 BOOLEAN is_valid = FALSE; local
235 is_valid = TRUE;
238 return is_valid;
/system/core/libnetutils/
H A Dpacket.c160 int is_valid; local
180 is_valid = 0;
202 is_valid = 1;
205 if (!is_valid) {
/system/keymaster/include/keymaster/
H A Dauthorization_set.h52 * dynamically-allocated storage. If allocation of the needed storage fails, \p is_valid() will
112 * of the needed storage fails this method will return false and \p is_valid() will return
133 Error is_valid() const { return error_; } function in class:keymaster::AuthorizationSet
/system/bt/bta/hl/
H A Dbta_hl_utils.c431 BOOLEAN is_valid =FALSE; local
438 return is_valid;
447 is_valid = TRUE;
454 is_valid = TRUE;
462 if (!is_valid)
464 APPL_TRACE_DEBUG("bta_hl_validate_dch_open_cfg is_valid=%d, cfg=%d", is_valid, cfg );
467 return is_valid;

Completed in 443 milliseconds