Searched defs:present (Results 1 - 3 of 3) sorted by relevance

/system/nvram/hal/
H A Dmemory_storage.cpp28 bool present() const { return blob_.size() != 0; } function in class:nvram::storage::__anon2564::StorageSlot
71 if (g_spaces[i].slot.present() && g_spaces[i].index == index) {
102 if (!g_spaces[i].slot.present()) {
/system/nvram/core/tests/
H A Dfake_storage.cpp71 bool present() const { return present_; } function in class:nvram::storage::__anon2560::StorageSlot
72 void set_present(bool present) { present_ = present; } argument
98 if (g_spaces[i].slot.present() && g_spaces[i].index == index) {
116 if (!g_spaces[i].slot.present()) {
/system/bt/stack/include/
H A Dsmp_api_types.h116 /* OOB data present or not */
205 tSMP_OOB_FLAG oob_data; /* OOB data present (locally) for the peer device */
226 bool present; member in struct:__anon1275
240 bool present; member in struct:__anon1276

Completed in 73 milliseconds