/system/bt/service/common/android/bluetooth/ |
D | uuid.h | 31 class UUID : public Parcelable { 33 UUID() = default; 35 UUID(const ::bluetooth::Uuid& uuid) : uuid(uuid){}; // NOLINT in UUID() function 36 ~UUID() = default; 60 const android::bluetooth::UUID& rhs) {
|
D | scan_filter.cc | 44 std::unique_ptr<UUID> uuid; in writeToParcel() 45 UUID tmp; in writeToParcel() 80 UUID uuid; in readFromParcel()
|
D | bluetooth_gatt_included_service.cc | 32 status_t status = parcel->writeParcelable((UUID)uuid_); in writeToParcel() 43 UUID uuid; in readFromParcel()
|
D | bluetooth_gatt_descriptor.cc | 31 status_t status = parcel->writeParcelable((UUID)uuid_); in writeToParcel() 42 UUID uuid; in readFromParcel()
|
D | IBluetooth.aidl | 30 import android.bluetooth.UUID; 40 UUID[] GetUUIDs(); in GetUUIDs()
|
D | bluetooth_gatt_characteristic.cc | 35 status = parcel->writeParcelable((UUID)uuid_); in writeToParcel() 59 UUID uuid; in readFromParcel()
|
D | UUID.aidl | 19 parcelable UUID cpp_header "android/bluetooth/uuid.h";
|
D | bluetooth_gatt_service.cc | 38 status = parcel->writeParcelable((UUID)uuid_); in writeToParcel() 64 UUID uuid; in readFromParcel()
|
D | uuid.cc | 30 status_t UUID::writeToParcel(Parcel* parcel) const { in writeToParcel() 57 status_t UUID::readFromParcel(const Parcel* parcel) { in readFromParcel()
|
D | bluetooth_remote_device_props.cc | 39 std::vector<UUID> uuids; in writeToParcel() 70 std::vector<UUID> uuids; in readFromParcel()
|
D | IBluetoothGattServer.aidl | 21 import android.bluetooth.UUID;
|
/system/bt/service/test/ |
D | ParcelableTest.aidl | 17 import android.bluetooth.UUID; 25 void OnUUID(in UUID uuid); in OnUUID()
|
/system/bt/profile/sdp/common/test/ |
D | data_element_reader_test.cc | 136 {Desc(DataElementType::UUID, DataElementSize::BYTE2), 0x01, 0x02}, 138 ValidTestParam{{Desc(DataElementType::UUID, DataElementSize::BYTE4), 0x01, 142 {Desc(DataElementType::UUID, DataElementSize::BYTE16), 0x00, 0x01, 0x02, 324 Desc(DataElementType::UUID, DataElementSize::ADDITIONAL_8BIT)}, 326 InvalidTestParam{Desc(DataElementType::UUID, DataElementSize::BYTE2), 0x00}, 328 InvalidTestParam{Desc(DataElementType::UUID, DataElementSize::BYTE4), 0x00, 331 InvalidTestParam{Desc(DataElementType::UUID, DataElementSize::BYTE16), 0x00,
|
/system/extras/boottime_tools/bootanalyze/stressfs/src/com/android/car/test/stressfs/ |
D | WritingService.java | 125 File dataPartitionFile = getFileStreamPath(FILENAME_PREFIX + UUID.randomUUID()); in onBind() 127 Environment.getExternalStorageDirectory(), FILENAME_PREFIX + UUID.randomUUID()); in onBind()
|
/system/bt/profile/sdp/ |
D | sdp_common.h | 71 UUID = 0x03, enumerator
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | blkid.te | 7 # Allowed read-only access to encrypted devices to extract UUID/label
|
D | blkid_untrusted.te | 5 # Allowed read-only access to vold block devices to extract UUID/label
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | blkid.te | 7 # Allowed read-only access to encrypted devices to extract UUID/label
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | blkid.te | 7 # Allowed read-only access to encrypted devices to extract UUID/label
|
D | blkid_untrusted.te | 5 # Allowed read-only access to vold block devices to extract UUID/label
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | blkid.te | 7 # Allowed read-only access to encrypted devices to extract UUID/label
|
/system/sepolicy/private/ |
D | blkid.te | 7 # Allowed read-only access to encrypted devices to extract UUID/label
|
D | blkid_untrusted.te | 5 # Allowed read-only access to vold block devices to extract UUID/label
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | blkid.te | 7 # Allowed read-only access to encrypted devices to extract UUID/label
|
D | blkid_untrusted.te | 5 # Allowed read-only access to vold block devices to extract UUID/label
|