Home
last modified time | relevance | path

Searched refs:initial (Results 1 – 25 of 95) sorted by relevance

1234

/hardware/libhardware/modules/camera/3_4/metadata/
Dranged_converter_test.cpp40 int initial = 99; in ExpectConvert() local
41 EXPECT_CALL(*converter_, MetadataToV4L2(initial, _)) in ExpectConvert()
45 ASSERT_EQ(dut_->MetadataToV4L2(initial, &actual), 0); in ExpectConvert()
78 int initial = 99; in TEST_F() local
80 EXPECT_CALL(*converter_, MetadataToV4L2(initial, _)).WillOnce(Return(err)); in TEST_F()
83 EXPECT_EQ(dut_->MetadataToV4L2(initial, &unused), err); in TEST_F()
Dmap_converter_test.cpp39 int initial = 99; in ExpectConvertToV4L2() local
40 EXPECT_CALL(*converter_, MetadataToV4L2(initial, _)) in ExpectConvertToV4L2()
44 ASSERT_EQ(dut_->MetadataToV4L2(initial, &actual), 0); in ExpectConvertToV4L2()
86 int initial = 99; in TEST_F() local
88 EXPECT_CALL(*converter_, MetadataToV4L2(initial, _)).WillOnce(Return(err)); in TEST_F()
91 EXPECT_EQ(dut_->MetadataToV4L2(initial, &unused), err); in TEST_F()
/hardware/interfaces/automotive/vehicle/2.0/
DIVehicle.hal49 * If there is no data available yet, which can happen during initial stage,
61 * Setting some properties require having initial state available. If initial
/hardware/interfaces/tv/tuner/1.0/
DITimeFilter.hal26 * It is used by the client to set initial time stamp and enable time
30 * @param timeStamp initial time stamp for the time filter. It based on
/hardware/interfaces/wifi/supplicant/1.3/
DISupplicantStaIface.hal96 * Flush fast initial link setup (IEEE 802.11ai FILS) HLP packets.
111 * Add fast initial link setup (IEEE 802.11ai FILS) HLP packets.
/hardware/interfaces/security/secretkeeper/aidl/android/hardware/security/secretkeeper/
DSecretManagement.cddl25 ; - An initial integer indicating which request is present.
76 ; - An initial integer return code value.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_NV_cooperative_matrix.adoc49 *RESOLVED*: In NVIDIA's initial implementation, we will support:
DVK_EXT_debug_report.adoc98 In the initial release of the `VK_EXT_debug_report` extension, the token
109 In the initial release of the `VK_EXT_debug_report` extension, the token
DVK_KHR_sampler_ycbcr_conversion.adoc63 ** After initial feedback
Dinvariance.adoc23 whenever the command is executed on that initial Vulkan and framebuffer
68 identical each time the command is executed on that initial Vulkan and
124 that initial Vulkan and framebuffer state._
DVK_KHR_surface.adoc116 ** Created initial Description section.
134 ** Added issues 3 and 4 documenting choices made when building the initial
DVK_EXT_multisampled_render_to_single_sampled.adoc34 In such cases, the application can use an initial subpass to effectively
DVK_NV_fragment_shader_barycentric.adoc100 not appear to map to anything supported by the initial hardware
DVK_KHR_shared_presentable_image.adoc80 After this initial transition, any image usage that was requested during
DVK_NV_representative_fragment_test.adoc61 In the initial implementation of this extension, the representative fragment
DVK_NV_shader_image_footprint.adoc57 an initial expensive rendering pass to produce a first image that is then
62 With this feature, an application can limit this waste using an initial pass
/hardware/interfaces/automotive/vehicle/aidl/impl/
DREADME.md12 update the initial value for certain properties.
/hardware/interfaces/camera/provider/2.5/
DICameraProvider.hal61 * by this provider, to establish the initial device state.
/hardware/interfaces/audio/2.0/
DIDevice.hal47 * setting the initial master volume across all HALs. HALs which do not
84 * initial master mute across all HALs. HAL must indicate that the feature
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_shared_presentable_image/
Dwsi.adoc22 The application is only required to make one initial call to
/hardware/interfaces/wifi/1.6/
DIWifiChip.hal161 * interfaces only supported by the initial combination must be removed until
163 * satisfying only the target combination can be added (meaning the initial
/hardware/interfaces/audio/5.0/
DIDevice.hal45 * setting the initial master volume across all HALs. HALs which do not
82 * initial master mute across all HALs. HAL must indicate that the feature
/hardware/interfaces/audio/4.0/
DIDevice.hal45 * setting the initial master volume across all HALs. HALs which do not
82 * initial master mute across all HALs. HAL must indicate that the feature
/hardware/interfaces/biometrics/face/aidl/default/
Dface.sysprop123 # Note that this latency is the initial authentication latency that occurs before
/hardware/interfaces/automotive/vehicle/aidl/impl/default_config/config/
DREADME.md4 Vehicle HAL. They contain VehiclePropConfig information along with initial

1234