/hardware/google/gfxstream/guest/mesa/include/android_stub/system/ |
D | window.h | 528 int (*perform)(struct ANativeWindow* window, member 644 return window->perform(window, NATIVE_WINDOW_SET_USAGE, usage); in native_window_set_usage() 683 return window->perform(window, NATIVE_WINDOW_SET_CROP, crop); in native_window_set_crop() 704 return window->perform(window, NATIVE_WINDOW_SET_POST_TRANSFORM_CROP, crop); in native_window_set_post_transform_crop() 733 return window->perform(window, NATIVE_WINDOW_SET_BUFFER_COUNT, bufferCount); in native_window_set_buffer_count() 753 return window->perform(window, NATIVE_WINDOW_SET_BUFFERS_GEOMETRY, in native_window_set_buffers_geometry() 774 return window->perform(window, NATIVE_WINDOW_SET_BUFFERS_DIMENSIONS, in native_window_set_buffers_dimensions() 799 return window->perform(window, NATIVE_WINDOW_SET_BUFFERS_USER_DIMENSIONS, in native_window_set_buffers_user_dimensions() 813 return window->perform(window, NATIVE_WINDOW_SET_BUFFERS_FORMAT, format); in native_window_set_buffers_format() 832 return window->perform(window, NATIVE_WINDOW_SET_BUFFERS_DATASPACE, in native_window_set_buffers_data_space() [all …]
|
/hardware/google/aemu/host-common/ |
D | address_space_host_memory_allocator_unittests.cpp | 97 ctx.perform(&req); in TEST() 101 ctx.perform(&req); in TEST() 116 ctx.perform(&req); in TEST() 120 ctx.perform(&req); in TEST() 124 ctx.perform(&req); in TEST() 128 ctx.perform(&req); in TEST() 132 ctx.perform(&req); in TEST() 136 ctx.perform(&req); in TEST() 140 ctx.perform(&req); in TEST() 155 ctx.perform(&req); in TEST() [all …]
|
/hardware/interfaces/vibrator/1.0/vts/functional/ |
D | VtsHalVibratorV1_0TargetTest.cpp | 74 vibrator->perform(Effect::CLICK, EffectStrength::MEDIUM, validatePerformEffect); in TEST_P() 75 vibrator->perform(Effect::DOUBLE_CLICK, EffectStrength::LIGHT, validatePerformEffect); in TEST_P() 84 EXPECT_OK(vibrator->perform(badEffect, EffectStrength::LIGHT, validatePerformEffectBadInput)); in TEST_P() 93 EXPECT_OK(vibrator->perform(badEffect, EffectStrength::LIGHT, validatePerformEffectBadInput)); in TEST_P() 102 EXPECT_OK(vibrator->perform(Effect::CLICK, badStrength, validatePerformEffectBadInput)); in TEST_P() 111 EXPECT_OK(vibrator->perform(Effect::CLICK, badStrength, validatePerformEffectBadInput)); in TEST_P()
|
/hardware/interfaces/vibrator/1.3/example/ |
D | Vibrator.cpp | 67 Return<void> Vibrator::perform(V1_0::Effect effect, EffectStrength strength, perform_cb _hidl_cb) { in perform() function in android::hardware::vibrator::V1_3::implementation::Vibrator 68 return perform<decltype(effect)>(effect, strength, _hidl_cb); in perform() 75 return perform<decltype(effect)>(effect, strength, _hidl_cb); in perform_1_1() 82 return perform<decltype(effect)>(effect, strength, _hidl_cb); in perform_1_2() 104 return perform<decltype(effect)>(effect, strength, _hidl_cb); in perform_1_3() 109 Return<void> Vibrator::perform(Effect effect, EffectStrength strength, perform_cb _hidl_cb) { in perform() function in android::hardware::vibrator::V1_3::implementation::Vibrator 136 Return<void> Vibrator::perform(T effect, EffectStrength strength, perform_cb _hidl_cb) { in perform() function in android::hardware::vibrator::V1_3::implementation::Vibrator 142 return perform(static_cast<Effect>(effect), strength, _hidl_cb); in perform()
|
D | Vibrator.h | 40 Return<void> perform(V1_0::Effect effect, EffectStrength strength, 57 Return<void> perform(Effect effect, EffectStrength strength, perform_cb _hidl_cb); 59 Return<void> perform(T effect, EffectStrength strength, perform_cb _hidl_cb);
|
/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/ |
D | Gralloc1On0Adapter.cpp | 52 mModule->perform(mModule, in Gralloc1On0Adapter() 266 mModule->perform(mModule, GRALLOC1_ADAPTER_PERFORM_SET_USAGES, in allocate() 272 mModule->perform(mModule, GRALLOC1_ADAPTER_PERFORM_GET_BACKING_STORE, in allocate() 275 mModule->perform(mModule, GRALLOC1_ADAPTER_PERFORM_GET_NUM_FLEX_PLANES, in allocate() 385 mModule->perform(mModule, GRALLOC1_ADAPTER_PERFORM_GET_BACKING_STORE, in retain() 389 mModule->perform(mModule, GRALLOC1_ADAPTER_PERFORM_GET_NUM_FLEX_PLANES, in retain() 393 mModule->perform(mModule, GRALLOC1_ADAPTER_PERFORM_GET_STRIDE, in retain() 401 mModule->perform(mModule, GRALLOC1_ADAPTER_PERFORM_GET_DIMENSIONS, in retain() 403 mModule->perform(mModule, GRALLOC1_ADAPTER_PERFORM_GET_FORMAT, in retain() 405 mModule->perform(mModule, GRALLOC1_ADAPTER_PERFORM_GET_PRODUCER_USAGE, in retain() [all …]
|
/hardware/google/gfxstream/guest/mesa/src/util/u_gralloc/ |
D | u_gralloc_cros_api.c | 57 if (gr_mod->perform(gr_mod, CROS_GRALLOC_DRM_GET_BUFFER_INFO, hnd->handle, in cros_get_buffer_info() 80 if (gr->gralloc_module->perform( in cros_get_front_rendering_usage() 118 if (!gr->gralloc_module->perform) { in u_gralloc_cros_api_create()
|
/hardware/google/pixel/vibrator/cs40l25/bench/ |
D | benchmark.cpp | 146 BENCHMARK_WRAPPER(VibratorBench, perform, { 151 ndk::ScopedAStatus status = mVibrator->perform(effect, strength, nullptr, &lengthMs); 158 mVibrator->perform(effect, strength, nullptr, &lengthMs);
|
/hardware/google/pixel/vibrator/drv2624/bench/ |
D | benchmark.cpp | 168 BENCHMARK_WRAPPER(VibratorEffectsBench, perform, { 173 ndk::ScopedAStatus status = mVibrator->perform(effect, strength, nullptr, &lengthMs); 180 mVibrator->perform(effect, strength, nullptr, &lengthMs);
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_multisampled_render_to_single_sampled.adoc | 26 efficiently perform multisampled rendering without incurring any additional 41 Some implementations are able to perform said operation efficiently in 44 Together with the ability to perform a resolve operation at the end of a 45 subpass, these implementations are able to perform multisampled rendering on
|
/hardware/google/aemu/ |
D | README.md | 4 External projects (gfxstream, QEMU) may use to perform C++ functions.
|
/hardware/interfaces/tests/extension/vibrator/aidl/aidl_api/android.hardware.tests.extension.vibrator/current/android/hardware/tests/extension/vibrator/ |
D | ICustomVibrator.aidl | 23 …int perform(android.hardware.tests.extension.vibrator.VendorEffect effect, android.hardware.vibrat… in perform() method
|
/hardware/interfaces/tests/extension/vibrator/aidl/aidl_api/android.hardware.tests.extension.vibrator/1/android/hardware/tests/extension/vibrator/ |
D | ICustomVibrator.aidl | 23 …int perform(android.hardware.tests.extension.vibrator.VendorEffect effect, android.hardware.vibrat… in perform() method
|
/hardware/interfaces/tests/extension/vibrator/aidl/android/hardware/tests/extension/vibrator/ |
D | ICustomVibrator.aidl | 54 int perform(VendorEffect effect, IVibratorCallback callback); in perform() method
|
/hardware/interfaces/tests/extension/vibrator/aidl/default/ |
D | CustomVibrator.h | 29 ndk::ScopedAStatus perform(VendorEffect effect,
|
D | CustomVibrator.cpp | 36 ndk::ScopedAStatus CustomVibrator::perform(VendorEffect effect, in perform() function in aidl::android::hardware::tests::extension::vibrator::CustomVibrator
|
/hardware/interfaces/vibrator/1.0/default/ |
D | Vibrator.h | 37 Return<void> perform(Effect effect, EffectStrength strength, perform_cb _hidl_cb) override;
|
D | Vibrator.cpp | 63 Return<void> Vibrator::perform(Effect, EffectStrength, perform_cb _hidl_cb) { in perform() function in android::hardware::vibrator::V1_0::implementation::Vibrator
|
/hardware/google/aemu/host-common/include/host-common/ |
D | AddressSpaceService.h | 56 virtual void perform(AddressSpaceDevicePingInfo *info) = 0;
|
D | address_space_host_memory_allocator.h | 35 void perform(AddressSpaceDevicePingInfo *info) override;
|
D | address_space_host_media.h | 33 void perform(AddressSpaceDevicePingInfo* info) override;
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_host_image_copy.adoc | 14 …mages in Vulkan requires staging the data in a buffer first, and using the GPU to perform the copy. 28 …ge data to be copied from/to host memory directly, obviating the need to perform the copy through … 29 …is extension can still lead to better performance by allowing the CPU to perform some copies in pa… 150 The following functions perform the actual copy: 229 When copying between images and buffers, the GPU can perform the swizzling and address translations… 230 When copying between images and host memory however, the CPU needs to perform this swizzling. 242 Additionally, to perform the copy, the implementation must be able to map the image's memory which … 245 …ded on a platform, it is _not_ generally recommended for applications to perform all image copies …
|
/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/1/android/hardware/vibrator/ |
D | IVibrator.aidl | 24 …int perform(in android.hardware.vibrator.Effect effect, in android.hardware.vibrator.EffectStrengt… in perform() method
|
/hardware/interfaces/vibrator/aidl/android/hardware/vibrator/ |
D | IVibrator.aidl | 118 int perform(in Effect effect, in EffectStrength strength, in IVibratorCallback callback); in perform() method
|
/hardware/qcom/display/msm8084/libgralloc/ |
D | gralloc.cpp | 85 perform: gralloc_perform,
|