/hardware/interfaces/wifi/aidl/default/tests/ |
D | aidl_struct_util_unit_tests.cpp | 248 StaLinkLayerStats converted{}; in TEST_F() local 249 aidl_struct_util::convertLegacyLinkLayerMlStatsToAidl(legacy_ml_stats, &converted); in TEST_F() 253 EXPECT_EQ(link.stat.link_id, (uint8_t)converted.iface.links[l].linkId); in TEST_F() 265 EXPECT_EQ(expectedState, converted.iface.links[l].state); in TEST_F() 266 EXPECT_EQ(link.stat.radio, converted.iface.links[l].radioId); in TEST_F() 267 EXPECT_EQ(link.stat.frequency, (uint32_t)converted.iface.links[l].frequencyMhz); in TEST_F() 268 EXPECT_EQ(link.stat.beacon_rx, (uint32_t)converted.iface.links[l].beaconRx); in TEST_F() 269 EXPECT_EQ(link.stat.rssi_mgmt, converted.iface.links[l].avgRssiMgmt); in TEST_F() 271 converted.iface.links[l].wmeBePktStats.rxMpdu); in TEST_F() 273 converted.iface.links[l].wmeBePktStats.txMpdu); in TEST_F() [all …]
|
/hardware/interfaces/keymaster/4.1/support/ |
D | Keymaster3.cpp | 42 V3_0::KeyParameter converted; in convert() local 43 converted.tag = static_cast<V3_0::Tag>(param.tag); in convert() 44 static_assert(sizeof(converted.f) == sizeof(param.f), "This function assumes sizes match"); in convert() 45 memcpy(&converted.f, ¶m.f, sizeof(param.f)); in convert() 46 converted.blob = param.blob; in convert() 47 return converted; in convert() 51 KeyParameter converted; in convert() local 52 converted.tag = static_cast<V4_0::Tag>(param.tag); in convert() 53 static_assert(sizeof(converted.f) == sizeof(param.f), "This function assumes sizes match"); in convert() 54 memcpy(&converted.f, ¶m.f, sizeof(param.f)); in convert() [all …]
|
/hardware/libhardware/modules/camera/3_4/metadata/ |
D | ranged_converter_test.cpp | 39 virtual void ExpectConvert(int32_t converted, int32_t expected) { in ExpectConvert() argument 42 .WillOnce(DoAll(SetArgPointee<1>(converted), Return(0))); in ExpectConvert()
|
D | map_converter_test.cpp | 38 virtual void ExpectConvertToV4L2(int32_t converted, int32_t expected) { in ExpectConvertToV4L2() argument 41 .WillOnce(DoAll(SetArgPointee<1>(converted), Return(0))); in ExpectConvertToV4L2()
|
/hardware/interfaces/camera/device/3.4/default/ |
D | CameraDeviceSession.cpp | 349 bool converted = true; in processOneCaptureRequest_3_4() local 357 converted = V3_2::implementation::convertFromHidl(settingsFmq, &halRequest.settings); in processOneCaptureRequest_3_4() 360 converted = false; in processOneCaptureRequest_3_4() 363 converted = V3_2::implementation::convertFromHidl(request.v3_2.settings, in processOneCaptureRequest_3_4() 367 if (!converted) { in processOneCaptureRequest_3_4() 455 converted = V3_2::implementation::convertFromHidl(physicalFmq[i], &settings); in processOneCaptureRequest_3_4() 460 converted = false; in processOneCaptureRequest_3_4() 463 converted = V3_2::implementation::convertFromHidl( in processOneCaptureRequest_3_4() 468 if (!converted) { in processOneCaptureRequest_3_4()
|
D | ExternalCameraDeviceSession.cpp | 616 bool converted = true; in processOneCaptureRequest() local 624 converted = V3_2::implementation::convertFromHidl(settingsFmq, &rawSettings); in processOneCaptureRequest() 627 converted = false; in processOneCaptureRequest() 630 converted = V3_2::implementation::convertFromHidl(request.settings, &rawSettings); in processOneCaptureRequest() 633 if (converted && rawSettings != nullptr) { in processOneCaptureRequest() 637 if (!converted) { in processOneCaptureRequest()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/reflow-tests/ |
D | expect-table-noreflow-novuid.adoc | 17 …peFloat | The components are unsigned integer values that get converted to floating-poin… 18 …TypeFloat | The components are signed integer values that get converted to floating-poin…
|
D | expect-table-default.adoc | 17 …peFloat | The components are unsigned integer values that get converted to floating-poin… 18 …TypeFloat | The components are signed integer values that get converted to floating-poin…
|
D | src-table.adoc | 17 …peFloat | The components are unsigned integer values that get converted to floating-poin… 18 …TypeFloat | The components are signed integer values that get converted to floating-poin…
|
D | expect-table-novuid.adoc | 17 …peFloat | The components are unsigned integer values that get converted to floating-poin… 18 …TypeFloat | The components are signed integer values that get converted to floating-poin…
|
D | expect-table-noreflow.adoc | 17 …peFloat | The components are unsigned integer values that get converted to floating-poin… 18 …TypeFloat | The components are signed integer values that get converted to floating-poin…
|
/hardware/interfaces/ |
D | Android.bp | 87 // TODO: Remove this after all vts tests under vendor/qcom are converted to
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_QCOM_ycbcr_degamma.adoc | 67 after the values have been converted into non-linear R'G'B'?
|
D | compressedtex.adoc | 20 are converted to linear [eq]#R#, [eq]#G#, and [eq]#B# components; any alpha
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_QCOM_rotated_copies/ |
D | rotated_addressing_blits.adoc | 45 converted to an unnormalized texture coordinate, using the effective
|
/hardware/interfaces/camera/device/3.2/default/ |
D | CameraDeviceSession.cpp | 1171 bool converted = true; in processOneCaptureRequest() local 1179 converted = convertFromHidl(settingsFmq, &halRequest.settings); in processOneCaptureRequest() 1182 converted = false; in processOneCaptureRequest() 1185 converted = convertFromHidl(request.settings, &halRequest.settings); in processOneCaptureRequest() 1188 if (!converted) { in processOneCaptureRequest()
|
/hardware/interfaces/graphics/common/1.2/ |
D | types.hal | 115 * An `AHardwareBuffer_Desc` object can be converted to and from a
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | clears.adoc | 436 Floating point values are automatically converted to the format of the 441 Signed integer values are converted to the format of the image by 449 Unsigned integer values are converted to the format of the image by 469 It is a floating-point value which is automatically converted to the 473 It is a 32-bit integer value which is converted to the attachment's
|
D | fragmentdensitymapops.adoc | 95 converted to density with the following operations.
|
D | fundamentals.adoc | 1650 When a value is converted to a defined floating-point representation, finite 1657 For unsigned destination formats any negative values are converted to zero. 1658 Positive infinity is converted to positive infinity; negative infinity is 1659 converted to negative infinity in signed formats and to zero in unsigned 1660 formats; and any [eq]#NaN# is converted to a [eq]#NaN#. 1710 Normalized integer values are treated specially when being converted to and 1755 are converted to floating-point. 1798 This equation is used everywhere that floating-point values are converted to
|
D | copies.adoc | 1389 converted to an unnormalized texture coordinate, using the effective 1453 * Integer formats can: only be converted to other integer formats with the 1460 * For sRGB source formats, nonlinear RGB values are converted to linear 1464 In case of sRGB destination format, linear RGB values are converted to 1467 Signed and unsigned integers are converted by first clamping to the 1711 source are converted to a single sample before being written to the
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_shader_module_identifier.adoc | 25 - Cache converted SPIR-V on disk 71 After the application has converted a shader to SPIR-V and compiled a pipeline, `vkGetShaderModuleI…
|
/hardware/interfaces/camera/device/default/ |
D | ExternalCameraDeviceSession.cpp | 555 bool converted; in processOneCaptureRequest() local 565 converted = convertFromAidl(settingsFmq, &rawSettings); in processOneCaptureRequest() 568 converted = false; in processOneCaptureRequest() 571 converted = convertFromAidl(request.settings, &rawSettings); in processOneCaptureRequest() 574 if (converted && rawSettings != nullptr) { in processOneCaptureRequest() 578 if (!converted) { in processOneCaptureRequest()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/xml/ |
D | README.adoc | 169 Per WG signoff, converted hex constant values to decimal (for
|
/hardware/interfaces/graphics/composer/2.3/ |
D | IComposerClient.hal | 141 * the input color must first be converted to linear space 149 * [R_out_linear, G_out_linear, B_out_linear] must then be converted to
|