Searched refs:primary (Results 1 – 25 of 43) sorted by relevance
12
/system/bt/service/common/bluetooth/ |
D | service.h | 29 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/ |
D | bluetooth_gatt_included_service.h | 40 primary_(service.primary()){}; in BluetoothGattIncludedService() 58 bool primary() const { return primary_; } in primary() function
|
D | bluetooth_gatt_service.h | 40 includedService.primary(), includedService.uuid(), in BluetoothGattService()
|
/system/core/fs_mgr/liblp/ |
D | writer.cpp | 355 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/ |
D | vr_hwc.te | 25 # Allow connection to VR DisplayClient to get the primary display metadata
|
D | vold.te | 55 # Manage per-user primary symlinks
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | vr_hwc.te | 25 # Allow connection to VR DisplayClient to get the primary display metadata
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | vr_hwc.te | 25 # Allow connection to VR DisplayClient to get the primary display metadata
|
D | vold.te | 58 # Manage per-user primary symlinks
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | vr_hwc.te | 25 # Allow connection to VR DisplayClient to get the primary display metadata
|
/system/sepolicy/public/ |
D | vr_hwc.te | 25 # Allow connection to VR DisplayClient to get the primary display metadata
|
/system/extras/tools/ |
D | graph_lockdep_chains | 84 --focus | -f | --primary) # reserving --primary
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | adbd.te | 117 # and symlinks to primary storage at places like /storage/sdcard0 and /mnt/user/0/primary
|
D | seapp_contexts | 16 # isOwner=true will only match for the owner/primary user.
|
D | app.te | 215 # and symlinks to primary storage at places like /storage/sdcard0 and /mnt/user/0/primary
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | adbd.te | 119 # and symlinks to primary storage at places like /storage/sdcard0 and /mnt/user/0/primary
|
D | seapp_contexts | 16 # isOwner=true will only match for the owner/primary user.
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | adbd.te | 124 # and symlinks to primary storage at places like /storage/sdcard0 and /mnt/user/0/primary
|
D | seapp_contexts | 16 # isOwner=true will only match for the owner/primary user.
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | adbd.te | 157 # and symlinks to primary storage at places like /storage/sdcard0 and /mnt/user/0/primary
|
/system/sepolicy/private/ |
D | adbd.te | 157 # and symlinks to primary storage at places like /storage/sdcard0 and /mnt/user/0/primary
|
/system/bt/service/doc/ |
D | IBluetoothGattClientCallback.txt | 35 * structure. |is_primary| is true if this refers to a primary service,
|
/system/core/rootdir/ |
D | Android.mk | 105 ln -sf /storage/self/primary $(TARGET_ROOT_OUT)/sdcard
|
D | init.rc | 126 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/ |
D | gatt_server.cc | 72 svc.push_back({.type = (service.primary() ? BTGATT_DB_PRIMARY_SERVICE in AddService()
|
12