Home
last modified time | relevance | path

Searched refs:perform (Results 1 – 25 of 87) sorted by relevance

1234

/hardware/intel/img/hwcomposer/merrifield/include/pvr/hal/
Dimg_gralloc.h77 return g->perform(g, GRALLOC_BLIT_HANDLE_TO_HANDLE_IMG, src, dest, w, h, in gralloc0_blit_handle_to_handle_img()
85 return g->perform(g, GRALLOC_GET_BUFFER_CPU_ADDRESSES_IMG, handle, vaddrs, in gralloc0_get_buffer_cpu_addresses_img()
92 return g->perform(g, GRALLOC_PUT_BUFFER_CPU_ADDRESSES_IMG, handle); in gralloc0_put_buffer_cpu_addresses_img()
98 return g->perform(g, GRALLOC_GET_DISPLAY_DEVICE_IMG, ppvDispDev); in gralloc0_get_display_device_img()
104 return g->perform(g, GRALLOC_GET_DISPLAY_STATUS_IMG, handle, pui32Status); in gralloc0_get_display_status_img()
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/pvr/hal/
Dimg_gralloc.h77 return g->perform(g, GRALLOC_BLIT_HANDLE_TO_HANDLE_IMG, src, dest, w, h, in gralloc0_blit_handle_to_handle_img()
85 return g->perform(g, GRALLOC_GET_BUFFER_CPU_ADDRESSES_IMG, handle, vaddrs, in gralloc0_get_buffer_cpu_addresses_img()
92 return g->perform(g, GRALLOC_PUT_BUFFER_CPU_ADDRESSES_IMG, handle); in gralloc0_put_buffer_cpu_addresses_img()
98 return g->perform(g, GRALLOC_GET_DISPLAY_DEVICE_IMG, ppvDispDev); in gralloc0_get_display_device_img()
104 return g->perform(g, GRALLOC_GET_DISPLAY_STATUS_IMG, handle, pui32Status); in gralloc0_get_display_status_img()
/hardware/interfaces/graphics/allocator/2.0/default/
DGralloc1On0Adapter.cpp51 mModule->perform(mModule, in Gralloc1On0Adapter()
260 mModule->perform(mModule, GRALLOC1_ADAPTER_PERFORM_SET_USAGES, in allocate()
266 mModule->perform(mModule, GRALLOC1_ADAPTER_PERFORM_GET_BACKING_STORE, in allocate()
269 mModule->perform(mModule, GRALLOC1_ADAPTER_PERFORM_GET_NUM_FLEX_PLANES, in allocate()
379 mModule->perform(mModule, GRALLOC1_ADAPTER_PERFORM_GET_BACKING_STORE, in retain()
383 mModule->perform(mModule, GRALLOC1_ADAPTER_PERFORM_GET_NUM_FLEX_PLANES, in retain()
387 mModule->perform(mModule, GRALLOC1_ADAPTER_PERFORM_GET_STRIDE, in retain()
395 mModule->perform(mModule, GRALLOC1_ADAPTER_PERFORM_GET_DIMENSIONS, in retain()
397 mModule->perform(mModule, GRALLOC1_ADAPTER_PERFORM_GET_FORMAT, in retain()
399 mModule->perform(mModule, GRALLOC1_ADAPTER_PERFORM_GET_PRODUCER_USAGE, in retain()
[all …]
/hardware/interfaces/vibrator/1.0/vts/functional/
DVtsHalVibratorV1_0TargetTest.cpp71 vibrator->perform(Effect::CLICK, EffectStrength::MEDIUM, validatePerformEffect); in TEST_F()
72 vibrator->perform(Effect::DOUBLE_CLICK, EffectStrength::LIGHT, validatePerformEffect); in TEST_F()
/hardware/interfaces/vibrator/1.0/default/
DVibrator.h37 Return<void> perform(Effect effect, EffectStrength strength, perform_cb _hidl_cb) override;
DVibrator.cpp63 Return<void> Vibrator::perform(Effect, EffectStrength, perform_cb _hidl_cb) { in perform() function in android::hardware::vibrator::V1_0::implementation::Vibrator
/hardware/qcom/display/msm8084/libgralloc/
Dgralloc.cpp85 perform: gralloc_perform,
/hardware/qcom/display/sdm845/libgralloc/
Dgralloc.cpp85 .perform = gralloc_perform,
/hardware/qcom/display/msm8226/libgralloc/
Dgralloc.cpp85 perform: gralloc_perform,
/hardware/qcom/display/msm8960/libgralloc/
Dgralloc.cpp84 .perform = gralloc_perform,
/hardware/qcom/display/msm8909/libgralloc/
Dgralloc.cpp85 .perform = gralloc_perform,
/hardware/interfaces/cas/1.0/
Dtypes.hal52 * where it is not able to perform descrambling.
70 * sessions or secure buffers are not available to perform a requested
/hardware/qcom/display/msm8994/libgralloc/
Dgralloc.cpp91 perform: gralloc_perform,
/hardware/qcom/display/msm8996/libgralloc/
Dgralloc.cpp91 .perform = gralloc_perform,
/hardware/libhardware/include/hardware/
Dgralloc.h241 int (*perform)(struct gralloc_module_t const* module, member
/hardware/intel/img/psb_video/src/android/
Dpsb_gralloc.cpp199 *status = mGralloc->perform(mGralloc, INTEL_UFO_GRALLOC_MODULE_PERFORM_GET_BO_STATUS, handle); in gralloc_getdisplaystatus()
/hardware/interfaces/gnss/1.0/
DIGnssNavigationMessage.hal52 * If close() is invoked without a previous setCallback, this function must perform
DIGnssMeasurement.hal53 * If close() is invoked without a previous setCallback, this function must perform
/hardware/interfaces/neuralnetworks/1.0/
DIPreparedModel.hal34 * launch an asynchronous task to perform the execution in the background,
/hardware/interfaces/vibrator/1.0/
DIVibrator.hal71 perform(Effect effect, EffectStrength strength) generates (Status status, uint32_t lengthMs);
/hardware/interfaces/wifi/1.1/
DIWifiChip.hal25 * to perform operations like NAN, RTT, etc.
/hardware/interfaces/memtrack/1.0/
DIMemtrack.hal29 * Constructor for the interface should be used to perform memtrack management
/hardware/interfaces/nfc/1.0/
DINfc.hal26 * If open completes successfully, the controller should be ready to perform
/hardware/interfaces/drm/1.0/
Dtypes.hal52 * where it is not able to perform decryption.
71 * sessions or secure buffers are not available to perform a requested
/hardware/intel/common/utils/ISV/base/
Disv_bufmanager.cpp84 …err = mpGralloc->perform(mpGralloc, INTEL_UFO_GRALLOC_MODULE_PERFORM_GET_BO_INFO, mGrallocHandle, … in initBufferInfo()

1234