Home
last modified time | relevance | path

Searched refs:primary (Results 1 – 25 of 43) sorted by relevance

12

/system/bt/service/common/bluetooth/
Dservice.h29 Service(uint16_t handle, bool primary, const Uuid& uuid, in Service() argument
33 primary_(primary), in Service()
46 bool primary() const { return primary_; } in primary() function
/system/bt/service/common/android/bluetooth/
Dbluetooth_gatt_included_service.h40 primary_(service.primary()){}; in BluetoothGattIncludedService()
58 bool primary() const { return primary_; } in primary() function
Dbluetooth_gatt_service.h40 includedService.primary(), includedService.uuid(), in BluetoothGattService()
/system/core/fs_mgr/liblp/
Dwriter.cpp355 std::unique_ptr<LpMetadata> primary = ReadPrimaryMetadata(fd, geometry, slot_number); in UpdatePartitionTable() local
358 if (primary && (!backup || !CompareMetadata(*primary.get(), *backup.get()))) { in UpdatePartitionTable()
363 if (!ValidateAndSerializeMetadata(opener, *primary.get(), slot_suffix, &old_blob)) { in UpdatePartitionTable()
371 } else if (backup && !primary) { in UpdatePartitionTable()
/system/sepolicy/prebuilts/api/26.0/public/
Dvr_hwc.te25 # Allow connection to VR DisplayClient to get the primary display metadata
Dvold.te55 # Manage per-user primary symlinks
/system/sepolicy/prebuilts/api/28.0/public/
Dvr_hwc.te25 # Allow connection to VR DisplayClient to get the primary display metadata
/system/sepolicy/prebuilts/api/27.0/public/
Dvr_hwc.te25 # Allow connection to VR DisplayClient to get the primary display metadata
Dvold.te58 # Manage per-user primary symlinks
/system/sepolicy/prebuilts/api/29.0/public/
Dvr_hwc.te25 # Allow connection to VR DisplayClient to get the primary display metadata
/system/sepolicy/public/
Dvr_hwc.te25 # Allow connection to VR DisplayClient to get the primary display metadata
/system/extras/tools/
Dgraph_lockdep_chains84 --focus | -f | --primary) # reserving --primary
/system/sepolicy/prebuilts/api/26.0/private/
Dadbd.te117 # and symlinks to primary storage at places like /storage/sdcard0 and /mnt/user/0/primary
Dseapp_contexts16 # isOwner=true will only match for the owner/primary user.
Dapp.te215 # and symlinks to primary storage at places like /storage/sdcard0 and /mnt/user/0/primary
/system/sepolicy/prebuilts/api/27.0/private/
Dadbd.te119 # and symlinks to primary storage at places like /storage/sdcard0 and /mnt/user/0/primary
Dseapp_contexts16 # isOwner=true will only match for the owner/primary user.
/system/sepolicy/prebuilts/api/28.0/private/
Dadbd.te124 # and symlinks to primary storage at places like /storage/sdcard0 and /mnt/user/0/primary
Dseapp_contexts16 # isOwner=true will only match for the owner/primary user.
/system/sepolicy/prebuilts/api/29.0/private/
Dadbd.te157 # and symlinks to primary storage at places like /storage/sdcard0 and /mnt/user/0/primary
/system/sepolicy/private/
Dadbd.te157 # and symlinks to primary storage at places like /storage/sdcard0 and /mnt/user/0/primary
/system/bt/service/doc/
DIBluetoothGattClientCallback.txt35 * structure. |is_primary| is true if this refers to a primary service,
/system/core/rootdir/
DAndroid.mk105 ln -sf /storage/self/primary $(TARGET_ROOT_OUT)/sdcard
Dinit.rc126 symlink /storage/self/primary /sdcard
127 symlink /storage/self/primary /mnt/sdcard
128 symlink /mnt/user/0/primary /mnt/runtime/default/self/primary
/system/bt/service/
Dgatt_server.cc72 svc.push_back({.type = (service.primary() ? BTGATT_DB_PRIMARY_SERVICE in AddService()

12