/frameworks/rs/script_api/ |
D | rs_convert.spec | 50 t: u64, i64, f64 51 t: u64, i64, f64 60 t: u64, i64, f64 71 t: u64, i64, f64 81 t: u8, u16, u32, u64, i8, i16, i32, i64, f16, f32, f64 90 t: u8, u16, u32, u64, i8, i16, i32, i64, f32, f64
|
D | rs_allocation_create.spec | 174 t: u8, u16, u32, u64, i8, i16, i32, i64, f16, f32, f64 189 t: u8, u16, u32, u64, i8, i16, i32, i64, f16, f32, f64 203 t: u8, u16, u32, u64, i8, i16, i32, i64, f16, f32, f64 217 t: u8, u16, u32, u64, i8, i16, i32, i64, f16, f32, f64 230 t: u8, u16, u32, u64, i8, i16, i32, i64, f16, f32, f64 243 t: u8, u16, u32, u64, i8, i16, i32, i64, f16, f32, f64
|
D | rs_debug.spec | 28 t: i32, u32, i64, u64, f64 44 t: i32, u32, i64, u64
|
D | rs_math.spec | 528 t: u8, u16, u32, u64, i8, i16, i32, i64 539 t: u8, u16, u32, u64, i8, i16, i32, i64 1581 t: i8, i16, i32, i64, u8, u16, u32, u64 1694 t: i8, i16, i32, i64, u8, u16, u32, u64
|
/frameworks/av/media/mtp/ |
D | MtpProperty.cpp | 97 mDefaultValue.u.u64 = defaultValue; in MtpProperty() 288 mMinimumValue.u.u64 = min; in setFormRange() 289 mMaximumValue.u.u64 = max; in setFormRange() 290 mStepSize.u.u64 = step; in setFormRange() 329 mEnumValues[i].u.u64 = value; in setFormEnum() 415 buffer += std::to_string(value.u.u64); in print() 472 if (!packet.getUInt64(value.u.u64)) return false; in readValue() 527 packet.putUInt64(value.u.u64); in writeValue()
|
D | MtpProperty.h | 37 uint64_t u64; member
|
/frameworks/native/vulkan/api/ |
D | platform.api | 24 type u64 size_t 29 @internal type u64 VisualID 58 @internal type u64 RROutput
|
D | vulkan.api | 656 type u64 VkDeviceSize 660 @dispatchHandle type u64 VkInstance 661 @dispatchHandle type u64 VkPhysicalDevice 662 @dispatchHandle type u64 VkDevice 663 @dispatchHandle type u64 VkQueue 664 @dispatchHandle type u64 VkCommandBuffer 667 @nonDispatchHandle type u64 VkDeviceMemory 668 @nonDispatchHandle type u64 VkCommandPool 669 @nonDispatchHandle type u64 VkBuffer 670 @nonDispatchHandle type u64 VkBufferView [all …]
|
/frameworks/av/media/codec2/sfplugin/tests/ |
D | ReflectedParamUpdater_test.cpp | 56 uint64_t u64; member 65 C2FIELD(u64, "u64") 274 EXPECT_EQ(0u, CastParam<C2CompositeInfo>(params[0])->m.u64); in TEST_F() 282 EXPECT_EQ(910u, CastParam<C2CompositeInfo>(params[0])->m.u64); in TEST_F() 343 EXPECT_EQ(0u, CastParam<C2CompositeInfo>(params[0])->m.u64); in TEST_F() 348 EXPECT_EQ(0u, CastParam<C2CompositeInfo>(params[0])->m.u64); in TEST_F()
|
/frameworks/native/libs/adbd_auth/ |
D | adbd_auth.cpp | 152 event.data.u64 = kEpollConstFramework; in UpdateFrameworkWritable() 176 event.data.u64 = kEpollConstFramework; in ReplaceFrameworkFd() 297 event.data.u64 = kEpollConstSocket; in Run() 304 event.data.u64 = kEpollConstEventFd; in Run() 324 switch (event.data.u64) { in Run()
|
/frameworks/av/media/codec2/hidl/1.0/utils/ |
D | types.cpp | 121 d->min = static_cast<PrimitiveValue>(s.min.u64); in objcpy() 122 d->max = static_cast<PrimitiveValue>(s.max.u64); in objcpy() 123 d->step = static_cast<PrimitiveValue>(s.step.u64); in objcpy() 124 d->num = static_cast<PrimitiveValue>(s.num.u64); in objcpy() 125 d->denom = static_cast<PrimitiveValue>(s.denom.u64); in objcpy() 171 d->min.u64 = static_cast<uint64_t>(s.min); in objcpy() 172 d->max.u64 = static_cast<uint64_t>(s.max); in objcpy() 173 d->step.u64 = static_cast<uint64_t>(s.step); in objcpy() 174 d->num.u64 = static_cast<uint64_t>(s.num); in objcpy() 175 d->denom.u64 = static_cast<uint64_t>(s.denom); in objcpy() [all …]
|
/frameworks/av/media/codec2/core/include/ |
D | C2Param.h | 825 uint64_t u64; ///< uint64_t value member 834 Primitive(uint64_t value) : u64(value) { } in Primitive() 849 Primitive() : u64(0) { } in Primitive() 855 static_assert(sizeof(u64) == sizeof(i64), ""); 856 static_assert(sizeof(u64) == sizeof(c64), ""); 861 static_assert(offsetof(Primitive, u64) == offsetof(Primitive, i64), ""); 862 static_assert(offsetof(Primitive, u64) == offsetof(Primitive, c64), ""); 937 template<> inline const uint64_t &C2Value::Primitive::ref<uint64_t>() const { return u64; }
|
/frameworks/native/services/sensorservice/ |
D | RecentEventLogger.cpp | 73 buffer.appendFormat("%" PRIu64 ", ", ev.mEvent.u64.step_counter); in dump()
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsics_neon_Resize.S | 256 vmov.u64 d24, d28 257 vmov.u64 d25, d28 258 vmov.u64 d26, d28 259 vmov.u64 d27, d28 355 vmov.u64 d24, d25
|
D | rsCpuIntrinsics_neon_Blur.S | 1300 vld1.u64 {d24}, [r12] 1301 vld1.u64 {d25}, [r12] 1302 vld1.u64 {d26}, [r12] 1303 vld1.u64 {d27}, [r12] 1651 vmov.u64 d20, d19 1652 vmov.u64 d21, d19 1653 vmov.u64 d22, d19 1654 vmov.u64 d23, d19 1671 vmov.u64 d22, d23
|
/frameworks/native/libs/vr/libbufferhubqueue/ |
D | buffer_hub_queue_client.cpp | 69 .data = {.u64 = Stuff(-1, BufferHubQueue::kEpollQueueEventIndex)}}; in Initialize() 182 std::tie(event_fd, index) = Unstuff(events[i].data.u64); in WaitForBuffers() 298 .data = {.u64 = Stuff(buffer->event_fd(), slot)}}; in AddBuffer()
|
/frameworks/native/include/android/ |
D | sensor.h | 456 } u64; member
|
/frameworks/native/include_sensor/android/ |
D | sensor.h | 456 } u64; member
|
/frameworks/av/media/codec2/tests/ |
D | C2Param_test.cpp | 2435 uint64_t u64 = 64; in TEST_F() local 2445 EXPECT_EQ(false, val.get(&u64)); in TEST_F() 2446 EXPECT_EQ(64u, u64); in TEST_F() 2458 EXPECT_EQ(false, val.get(&u64)); in TEST_F() 2459 EXPECT_EQ(64u, u64); in TEST_F() 2471 EXPECT_EQ(false, val.get(&u64)); in TEST_F() 2472 EXPECT_EQ(64u, u64); in TEST_F() 2484 EXPECT_EQ(false, val.get(&u64)); in TEST_F() 2485 EXPECT_EQ(64u, u64); in TEST_F() 2497 EXPECT_EQ(true, val.get(&u64)); in TEST_F() [all …]
|
D | C2SampleComponent_test.cpp | 233 return p.u64; in get()
|
/frameworks/native/vulkan/api/templates/ |
D | vulkan_common.tmpl | 27 {{define "Type#u64" }}uint64_t{{end}}
|
D | vk_xml.tmpl | 384 {{define "XML.Type#u64" }}<type>uint64_t</type>{{end}}
|
/frameworks/av/media/codec2/vndk/ |
D | C2Store.cpp | 155 minUsage = fsv.values[0].u64; in UseComponentStoreForIonAllocator() 158 maxUsage |= v.u64; in UseComponentStoreForIonAllocator()
|
/frameworks/base/core/jni/ |
D | android_hardware_SensorManager.cpp | 343 float value = float(buffer[i].u64.step_counter); in handleEvent()
|
/frameworks/base/media/jni/ |
D | android_mtp_MtpDevice.cpp | 736 const jlong object_size = static_cast<jlong>(property->getCurrentValue().u.u64); in android_mtp_MtpDevice_get_object_size_long()
|