HomeSort by relevance Sort by last modified time
    Searched defs:writeDescriptor (Results 1 - 3 of 3) sorted by null

  /external/skia/src/core/
SkRemoteGlyphCache.cpp 94 void writeDescriptor(const SkDescriptor& desc) {
471 serializer->writeDescriptor(*fDescriptor.getDesc());
  /external/skqp/src/core/
SkRemoteGlyphCache.cpp 97 void writeDescriptor(const SkDescriptor& desc) {
464 serializer->writeDescriptor(*fKeyDescriptor.getDesc());
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleClientService.java 430 writeDescriptor(DESCRIPTOR_UUID, WRITE_VALUE);
452 writeDescriptor(DESCRIPTOR_NO_WRITE_UUID, WRITE_VALUE);
464 writeDescriptor(CHARACTERISTIC_RESULT_UUID, DESCRIPTOR_NEED_ENCRYPTED_WRITE_UUID, WRITE_VALUE);
556 private void writeDescriptor(UUID uid, String writeValue) {
560 mBluetoothGatt.writeDescriptor(descriptor);
571 private void writeDescriptor(UUID cuid, UUID duid, String writeValue) {
575 mBluetoothGatt.writeDescriptor(descriptor);
615 mBluetoothGatt.writeDescriptor(descriptor);
    [all...]

Completed in 259 milliseconds