Searched refs:byteValue (Results 1 – 13 of 13) sorted by relevance
138 public void setByteValue(byte[] byteValue) { in setByteValue() argument139 mByteValue = byteValue; in setByteValue()
60 static const jmethodID byteValue = env->GetMethodID(intClass, "byteValue", "()B"); in android_hardware_display_DisplayViewport_toNative() local79 viewport->physicalPort = std::make_optional(env->CallByteMethod(physicalPort, byteValue)); in android_hardware_display_DisplayViewport_toNative()
197 Vector<uint8_t> byteValue; in invokeDrmPropertyAPI() local198 mDrm->getPropertyByteArray(String8("property"), byteValue); in invokeDrmPropertyAPI()
479 return setValue(((Byte) obj).byteValue()); in setValue()509 fin[i] = (arr[i] == null) ? 0 : arr[i].byteValue(); in setValue()
228 public byte byteValue() { in byteValue() method in Half
460 return ((Byte)value).byteValue(); in getByte()
400 return value != null ? ((Number) value).byteValue() : null; in getAsByte()
1004 byte[] versionBytes = new byte[] { version.byteValue(), subVersion.byteValue(), 0 }; in addDeviceCapability()
642 fp.addI8(((Byte)obj).byteValue()); in addToPack()
99 byteValue, _ := ioutil.ReadAll(xmlFile)101 registry, err := vulkan_xml.Unmarshal(byteValue)
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
24167 HSPLjava/lang/Byte;->byteValue()B24424 HSPLjava/lang/Integer;->byteValue()B
41578 method public byte byteValue();