Searched defs:elementId (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
H A DAnqpInformationElement.java63 public AnqpInformationElement(int vendorId, int elementId, byte[] payload) { argument
65 mElementId = elementId;
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameType.java404 private static FrameType fetchType(int elementId, int dimensions, int accessHints) { argument
405 return fetchType(elementId, dimensions, accessHints, null);
413 int elementId, int dimensions, int accessHints, Class<?> clazz) {
414 String typeKey = FrameType.keyValueForType(elementId, dimensions, accessHints, clazz);
417 type = new FrameType(elementId, dimensions, accessHints, clazz);
423 private FrameType(int elementId, int dimensions, int accessHints, Class<?> clazz) { argument
424 mElementId = elementId;
412 fetchType( int elementId, int dimensions, int accessHints, Class<?> clazz) argument

Completed in 616 milliseconds