Home
last modified time | relevance | path

Searched defs:primary (Results 1 – 3 of 3) sorted by relevance

/system/bt/service/common/bluetooth/
Dservice.h29 Service(uint16_t handle, bool primary, const Uuid& uuid, in Service()
46 bool primary() const { return primary_; } in primary() function
/system/bt/service/common/android/bluetooth/
Dbluetooth_gatt_included_service.h58 bool primary() const { return primary_; } in primary() function
/system/core/fs_mgr/liblp/
Dwriter.cpp355 std::unique_ptr<LpMetadata> primary = ReadPrimaryMetadata(fd, geometry, slot_number); in UpdatePartitionTable() local