Searched refs:i32 (Results 1 – 4 of 4) sorted by relevance
159 i32 = struct.unpack("<i", raw)160 return i32[0]177 def sendI32(self, i32): argument178 raw = struct.pack("<i", i32)
276 Type i32 = new Type.Builder(mRS, Element.I32(mRS)).setX(1).create(); in testScriptGroupSharedGlobal() local279 Allocation aFailed = Allocation.createTyped(mRS, i32); in testScriptGroupSharedGlobal()280 Allocation aSharedInt = Allocation.createTyped(mRS, i32); in testScriptGroupSharedGlobal()
231 MAKE_TWO_ELEMENT_STRUCT_TEST(i32, int32_t)
1056 entry.count == 0 || entry.type != ACAMERA_TYPE_BYTE || entry.data.i32 == nullptr) { in Java_android_hardware_camera2_cts_NativeCameraManagerTest_testCameraManagerCharacteristicsNative()1061 entry.type, ACAMERA_TYPE_BYTE, entry.data.i32); in Java_android_hardware_camera2_cts_NativeCameraManagerTest_testCameraManagerCharacteristicsNative()