/hardware/google/gfxstream/guest/android-emu/aemu/base/ |
D | ring_buffer.c | 82 struct ring_buffer* r, const void* data, uint32_t step_size, uint32_t steps) { in ring_buffer_write() argument 86 for (i = 0; i < steps; ++i) { in ring_buffer_write() 117 return (long)steps; in ring_buffer_write() 121 struct ring_buffer* r, void* data, uint32_t step_size, uint32_t steps) { in ring_buffer_read() argument 125 for (i = 0; i < steps; ++i) { in ring_buffer_read() 156 return (long)steps; in ring_buffer_read() 160 struct ring_buffer* r, uint32_t step_size, uint32_t steps) { in ring_buffer_advance_write() argument 163 for (i = 0; i < steps; ++i) { in ring_buffer_advance_write() 173 return (long)steps; in ring_buffer_advance_write() 177 struct ring_buffer* r, uint32_t step_size, uint32_t steps) { in ring_buffer_advance_read() argument [all …]
|
D | ring_buffer.h | 52 struct ring_buffer* r, const void* data, uint32_t step_size, uint32_t steps); 54 struct ring_buffer* r, void* data, uint32_t step_size, uint32_t steps); 59 struct ring_buffer* r, uint32_t step_size, uint32_t steps); 61 struct ring_buffer* r, uint32_t step_size, uint32_t steps); 103 const void* data, uint32_t step_size, uint32_t steps); 107 void* data, uint32_t step_size, uint32_t steps);
|
/hardware/google/aemu/base/include/aemu/base/ |
D | ring_buffer.h | 52 struct ring_buffer* r, const void* data, uint32_t step_size, uint32_t steps); 54 struct ring_buffer* r, void* data, uint32_t step_size, uint32_t steps); 59 struct ring_buffer* r, uint32_t step_size, uint32_t steps); 61 struct ring_buffer* r, uint32_t step_size, uint32_t steps); 103 const void* data, uint32_t step_size, uint32_t steps); 107 void* data, uint32_t step_size, uint32_t steps);
|
/hardware/google/aemu/base/ |
D | ring_buffer.cpp | 68 struct ring_buffer* r, const void* data, uint32_t step_size, uint32_t steps) { in ring_buffer_write() argument 72 for (i = 0; i < steps; ++i) { in ring_buffer_write() 103 return (long)steps; in ring_buffer_write() 107 struct ring_buffer* r, void* data, uint32_t step_size, uint32_t steps) { in ring_buffer_read() argument 111 for (i = 0; i < steps; ++i) { in ring_buffer_read() 142 return (long)steps; in ring_buffer_read() 146 struct ring_buffer* r, uint32_t step_size, uint32_t steps) { in ring_buffer_advance_write() argument 149 for (i = 0; i < steps; ++i) { in ring_buffer_advance_write() 159 return (long)steps; in ring_buffer_advance_write() 163 struct ring_buffer* r, uint32_t step_size, uint32_t steps) { in ring_buffer_advance_read() argument [all …]
|
/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/ |
D | README.md | 30 This describes steps to build vehicleManager_fuzzer binary. 46 ##### Some Additional steps needed to run the vehicleManager_fuzzer successfully on device
|
/hardware/interfaces/vibrator/1.0/ |
D | IVibrator.hal | 50 * have exactly 255 steps, it must do it's best to map it 51 * onto the number of steps it does have.
|
/hardware/interfaces/biometrics/fingerprint/2.1/ |
D | IBiometricsFingerprintClientCallback.hal | 28 * @param remaining the number of remaining steps before enrolllment is complete 73 * @param remaining the number of remaining steps before enumeration is complete
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_device_generated_commands/ |
D | generatedcommands.adoc | 9 device, for which these principle steps are to be taken:
|
/hardware/interfaces/bluetooth/1.0/default/test/fuzzer/ |
D | README.md | 30 This describes steps to build bluetoothV1.0_fuzzer binary.
|
/hardware/interfaces/keymaster/4.0/support/fuzzer/ |
D | README.md | 36 This describes steps to build keymaster4_attestation_fuzzer, keymaster4_authSet_fuzzer and keymaste…
|
/hardware/interfaces/drm/1.4/ |
D | types.hal | 121 * Required steps where not performed before provisioning was attempted.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_external_memory_acquire_unmodified.adoc | 187 Solution (A) works well for steps (i, j, k) because the presentation engine is 194 Solution (D) works well for all steps in the sequence. In particular, between 247 allows the application to query, between steps (f) and (g), whether the library
|
D | VK_KHR_fragment_shading_rate.adoc | 23 …ng occurs, but this is always applied uniformly across the screen; though steps can be taken to ap…
|
/hardware/interfaces/wifi/1.4/ |
D | types.hal | 516 * Average rssi in 0.5 dB steps e.g. 143 implies -71.5 dB. 521 * Rssi spread in 0.5 dB steps e.g. 5 implies 2.5 dB spread (optional).
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | fragmentdensitymapops.adoc | 129 The texels follow the standard conversion steps up to and including
|
D | textures.adoc | 122 image operations, and <<textures-normalized-operations,certain steps>> are 391 _Texel input operations_ are a set of steps that are performed on state, 394 They include the following steps, which are performed in the listed order: 414 gathering), these steps are applied for each texel that is used in the 416 Depending on the type of image instruction, other steps are conditionally 417 performed between these steps or involving multiple coordinate or texel 690 cube map face (as described in the prior section), the following steps are 1527 _Texel output operations_ are a set of steps that are performed on state, 1530 They include the following steps, which are performed in the listed order: 4108 steps described in this chapter are performed as if for
|
D | video_decode_h264_extensions.adoc | 20 This process is performed according to the <<decode-operation-steps,video 21 decode operation steps>> with the codec-specific semantics defined in
|
D | video_decode_h265_extensions.adoc | 20 This process is performed according to the <<decode-operation-steps,video 21 decode operation steps>> with the codec-specific semantics defined in
|
D | video_decode_extensions.adoc | 104 [[decode-operation-steps]] 107 Each video decode operation performs the following steps in the
|
/hardware/interfaces/biometrics/face/1.0/ |
D | IBiometricsFaceClientCallback.hal | 32 * @param remaining The number of remaining steps before enrolllment is
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | BUILD.adoc | 19 It documents how to set up your build environment, build steps and targets, 440 Linux) distribution by executing the same steps as the 444 It should be possible to apply the same steps in a Windows Subsystem for
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/xml/ |
D | README.adoc | 124 steps will build the Vulkan headers and test that `vulkan_core.h` compiles:
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_cuda_kernel_launch/ |
D | module.adoc | 192 A typical use of vkGetCudaModuleCacheNV happens in two steps:
|
/hardware/interfaces/wifi/1.6/ |
D | types.hal | 502 * Average rssi in 0.5 dB steps e.g. 143 implies -71.5 dB. 507 * Rssi spread in 0.5 dB steps e.g. 5 implies 2.5 dB spread (optional).
|
/hardware/interfaces/wifi/1.0/ |
D | types.hal | 1840 * Average rssi in 0.5 dB steps e.g. 143 implies -71.5 dB. 1844 * Rssi spread in 0.5 dB steps e.g. 5 implies 2.5 dB spread (optional).
|