Home
last modified time | relevance | path

Searched refs:UUID (Results 1 – 25 of 32) sorted by relevance

12

/system/bt/service/common/android/bluetooth/
Duuid.h31 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) {
Dscan_filter.cc44 std::unique_ptr<UUID> uuid; in writeToParcel()
45 UUID tmp; in writeToParcel()
80 UUID uuid; in readFromParcel()
Dbluetooth_gatt_included_service.cc32 status_t status = parcel->writeParcelable((UUID)uuid_); in writeToParcel()
43 UUID uuid; in readFromParcel()
Dbluetooth_gatt_descriptor.cc31 status_t status = parcel->writeParcelable((UUID)uuid_); in writeToParcel()
42 UUID uuid; in readFromParcel()
DIBluetooth.aidl30 import android.bluetooth.UUID;
40 UUID[] GetUUIDs(); in GetUUIDs()
Dbluetooth_gatt_characteristic.cc35 status = parcel->writeParcelable((UUID)uuid_); in writeToParcel()
59 UUID uuid; in readFromParcel()
DUUID.aidl19 parcelable UUID cpp_header "android/bluetooth/uuid.h";
Dbluetooth_gatt_service.cc38 status = parcel->writeParcelable((UUID)uuid_); in writeToParcel()
64 UUID uuid; in readFromParcel()
Duuid.cc30 status_t UUID::writeToParcel(Parcel* parcel) const { in writeToParcel()
57 status_t UUID::readFromParcel(const Parcel* parcel) { in readFromParcel()
Dbluetooth_remote_device_props.cc39 std::vector<UUID> uuids; in writeToParcel()
70 std::vector<UUID> uuids; in readFromParcel()
DIBluetoothGattServer.aidl21 import android.bluetooth.UUID;
/system/bt/service/test/
DParcelableTest.aidl17 import android.bluetooth.UUID;
25 void OnUUID(in UUID uuid); in OnUUID()
/system/bt/profile/sdp/common/test/
Ddata_element_reader_test.cc136 {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/
DWritingService.java125 File dataPartitionFile = getFileStreamPath(FILENAME_PREFIX + UUID.randomUUID()); in onBind()
127 Environment.getExternalStorageDirectory(), FILENAME_PREFIX + UUID.randomUUID()); in onBind()
/system/bt/profile/sdp/
Dsdp_common.h71 UUID = 0x03, enumerator
/system/sepolicy/prebuilts/api/28.0/private/
Dblkid.te7 # Allowed read-only access to encrypted devices to extract UUID/label
Dblkid_untrusted.te5 # Allowed read-only access to vold block devices to extract UUID/label
/system/sepolicy/prebuilts/api/30.0/private/
Dblkid.te7 # Allowed read-only access to encrypted devices to extract UUID/label
/system/sepolicy/prebuilts/api/26.0/private/
Dblkid.te7 # Allowed read-only access to encrypted devices to extract UUID/label
Dblkid_untrusted.te5 # Allowed read-only access to vold block devices to extract UUID/label
/system/sepolicy/prebuilts/api/29.0/private/
Dblkid.te7 # Allowed read-only access to encrypted devices to extract UUID/label
/system/sepolicy/private/
Dblkid.te7 # Allowed read-only access to encrypted devices to extract UUID/label
Dblkid_untrusted.te5 # Allowed read-only access to vold block devices to extract UUID/label
/system/sepolicy/prebuilts/api/27.0/private/
Dblkid.te7 # Allowed read-only access to encrypted devices to extract UUID/label
Dblkid_untrusted.te5 # Allowed read-only access to vold block devices to extract UUID/label

12