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

  /hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
VehicleHalManager.h 107 std::unique_ptr<VehiclePropConfigIndex> mConfigIndex;
  /frameworks/base/services/usb/java/com/android/server/usb/descriptors/
UsbConfigDescriptor.java 38 private byte mConfigIndex; // 6:1 Index of String Descriptor describing this configuration
66 return mConfigIndex;
85 String name = parser.getDescriptorString(mConfigIndex);
104 mConfigIndex = stream.getByte();

Completed in 522 milliseconds