Home
last modified time | relevance | path

Searched defs:kEmpty (Results 1 – 16 of 16) sorted by relevance

/aosp12/system/bt/types/
H A Draw_address.h61 static const RawAddress kEmpty; // 00:00:00:00:00:00 variable
/aosp12/system/bt/gd/hci/
H A Daddress.h91 static const Address kEmpty; // 00:00:00:00:00:00 variable
H A Duuid.h46 static const Uuid kEmpty; // 00000000-0000-0000-0000-000000000000 variable
H A Duuid.cc31 const Uuid Uuid::kEmpty = Uuid::From128BitBE(UUID128Bit{{0x00}}); member in bluetooth::hci::Uuid
/aosp12/system/bt/vendor_libs/test_vendor_lib/types/bluetooth/
H A Duuid.h43 static const Uuid kEmpty; // 00000000-0000-0000-0000-000000000000 variable
H A Duuid.cc31 const Uuid Uuid::kEmpty = Uuid::From128BitBE(UUID128Bit{{0x00}}); member in bluetooth::Uuid
/aosp12/system/bt/types/bluetooth/
H A Duuid.h43 static const Uuid kEmpty; // 00000000-0000-0000-0000-000000000000 variable
H A Duuid.cc32 const Uuid Uuid::kEmpty = Uuid::From128BitBE(UUID128Bit{{0x00}}); member in bluetooth::Uuid
/aosp12/system/bt/bta/ag/
H A Dbta_ag_api.cc42 const tBTA_AG_RES_DATA tBTA_AG_RES_DATA::kEmpty = {}; member in tBTA_AG_RES_DATA
H A Dbta_ag_main.cc122 const tBTA_AG_DATA tBTA_AG_DATA::kEmpty = {}; member in tBTA_AG_DATA
H A Dbta_ag_int.h167 static const tBTA_AG_DATA kEmpty; member
/aosp12/system/bt/btif/test/
H A Dbtif_stack_test.cc172 const tBTA_AG_RES_DATA tBTA_AG_RES_DATA::kEmpty = {}; member in tBTA_AG_RES_DATA
/aosp12/frameworks/base/libs/androidfw/
H A DAssetsProvider.cpp430 const static std::string kEmpty = kEmptyDebugString; in GetDebugName() local
/aosp12/frameworks/av/media/libstagefright/foundation/tests/
H A DAData_test.cpp205 kEmpty = 100, enumerator
/aosp12/system/bt/bta/include/
H A Dbta_ag_api.h318 static const tBTA_AG_RES_DATA kEmpty; member
/aosp12/frameworks/base/services/incremental/
H A DIncrementalService.cpp1051 static const base::NoDestructor<IfsMountPtr> kEmpty{}; in getIfsLocked() local