Home
last modified time | relevance | path

Searched refs:pointer (Results 1 – 25 of 59) sorted by relevance

123

/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_callbacks.cpp56 hwc2_function_pointer_t pointer) { in Register() argument
60 hotplug_ = reinterpret_cast<HWC2_PFN_HOTPLUG>(pointer); in Register()
64 refresh_ = reinterpret_cast<HWC2_PFN_REFRESH>(pointer); in Register()
68 vsync_ = reinterpret_cast<HWC2_PFN_VSYNC>(pointer); in Register()
Dhwc_callbacks.h47 hwc2_function_pointer_t pointer);
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_callbacks.cpp57 hwc2_function_pointer_t pointer) { in Register() argument
61 hotplug_ = reinterpret_cast<HWC2_PFN_HOTPLUG>(pointer); in Register()
65 refresh_ = reinterpret_cast<HWC2_PFN_REFRESH>(pointer); in Register()
69 vsync_ = reinterpret_cast<HWC2_PFN_VSYNC>(pointer); in Register()
Dhwc_callbacks.h47 hwc2_function_pointer_t pointer);
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
Dhwc_callbacks.cpp62 hwc2_function_pointer_t pointer) { in Register() argument
66 hotplug_ = reinterpret_cast<HWC2_PFN_HOTPLUG>(pointer); in Register()
70 refresh_ = reinterpret_cast<HWC2_PFN_REFRESH>(pointer); in Register()
74 vsync_ = reinterpret_cast<HWC2_PFN_VSYNC>(pointer); in Register()
Dhwc_callbacks.h47 hwc2_function_pointer_t pointer);
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwc_callbacks.cpp62 hwc2_function_pointer_t pointer) { in Register() argument
66 hotplug_ = reinterpret_cast<HWC2_PFN_HOTPLUG>(pointer); in Register()
70 refresh_ = reinterpret_cast<HWC2_PFN_REFRESH>(pointer); in Register()
74 vsync_ = reinterpret_cast<HWC2_PFN_VSYNC>(pointer); in Register()
Dhwc_callbacks.h47 hwc2_function_pointer_t pointer);
/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_callbacks.cpp63 hwc2_function_pointer_t pointer) { in Register() argument
67 hotplug_ = reinterpret_cast<HWC2_PFN_HOTPLUG>(pointer); in Register()
71 refresh_ = reinterpret_cast<HWC2_PFN_REFRESH>(pointer); in Register()
75 vsync_ = reinterpret_cast<HWC2_PFN_VSYNC>(pointer); in Register()
Dhwc_callbacks.h47 hwc2_function_pointer_t pointer);
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_callbacks.cpp64 hwc2_function_pointer_t pointer) { in Register() argument
68 hotplug_ = reinterpret_cast<HWC2_PFN_HOTPLUG>(pointer); in Register()
72 refresh_ = reinterpret_cast<HWC2_PFN_REFRESH>(pointer); in Register()
76 vsync_ = reinterpret_cast<HWC2_PFN_VSYNC>(pointer); in Register()
Dhwc_callbacks.h53 hwc2_function_pointer_t pointer);
/hardware/interfaces/input/common/1.0/
Dtypes.hal31 * - For a mouse, reports the absolute X screen position of the mouse pointer.
46 * - For a mouse, reports the absolute Y screen position of the mouse pointer.
292 * This is useful when pointer is captured, in that case the mouse pointer doesn't
386 * Tool type of a pointer
397 * Properties of a particular pointer. Analogous to Android's PointerProperties.
401 * A number identifying a specific pointer. When a pointer is lifted,
402 * this value may be reused by another new pointer, even during the
404 * at the same time, they might have pointer ID's of 0 and 1. If the
405 * pointer with id = 0 is lifted, while the pointer with id = 1 remains, and
406 * a new pointer is placed on the screen, then the new pointer may receive
[all …]
/hardware/interfaces/graphics/mapper/3.0/
Dtypes.hal78 pointer y;
79 pointer cb;
80 pointer cr;
DIMapper.hal117 importBuffer(handle rawHandle) generates (Error error, pointer buffer);
133 freeBuffer(pointer buffer) generates (Error error);
149 validateBufferSize(pointer buffer,
171 getTransportSize(pointer buffer)
195 * On success, @p data must be filled with a pointer to the locked buffer
222 * @return data CPU-accessible pointer to the buffer data.
226 lock(pointer buffer,
231 pointer data,
239 * pointer directly to the buffer data, it returns a `YCbCrLayout` struct
266 lockYCbCr(pointer buffer,
[all …]
/hardware/interfaces/graphics/mapper/2.0/
Dtypes.hal59 pointer y;
60 pointer cb;
61 pointer cr;
DIMapper.hal116 importBuffer(handle rawHandle) generates (Error error, pointer buffer);
132 freeBuffer(pointer buffer) generates (Error error);
153 * data will be filled with a pointer to the locked buffer memory. This
173 * @return data is a CPU-accessible pointer to the buffer data.
176 lock(pointer buffer,
181 pointer data);
185 * pointer directly to the buffer data, it returns an YCbCrLayout struct
212 lockYCbCr(pointer buffer,
232 unlock(pointer buffer)
/hardware/interfaces/broadcastradio/common/utils2x/include/broadcastradio-utils-2x/
DUtils.h46 using ptr_type = typename traits::pointer;
92 bool tunesTo(const V2_0::ProgramSelector& pointer, const V2_0::ProgramSelector& channel);
/hardware/qcom/wlan/qcwcn/wifi_hal/
DAndroid.mk46 LOCAL_CLANG_CFLAGS := -Wno-pointer-bool-conversion
112 LOCAL_CLANG_CFLAGS := -Wno-pointer-bool-conversion
/hardware/interfaces/renderscript/1.0/
Dtypes.hal28 // A pointer is an actual local pointer that can be accessed by both the
31 typedef pointer Ptr;
/hardware/interfaces/broadcastradio/common/utils1x/include/broadcastradio-utils-1x/
DUtils.h44 bool tunesTo(const V1_1::ProgramSelector& pointer, const V1_1::ProgramSelector& channel);
/hardware/qcom/bt/msm8998/libbt-vendor/
DAndroid.mk90 -Wno-incompatible-pointer-types-discards-qualifiers \
/hardware/google/av/codec2/vndk/
DC2AllocatorGralloc.cpp484 void *pointer = nullptr; in map() local
491 [&err, &pointer](const auto &maperr, const auto &mapPointer) { in map()
494 pointer = mapPointer; in map()
501 addr[C2PlanarLayout::PLANE_R] = (uint8_t *)pointer; in map()
502 addr[C2PlanarLayout::PLANE_G] = (uint8_t *)pointer + 1; in map()
503 addr[C2PlanarLayout::PLANE_B] = (uint8_t *)pointer + 2; in map()
/hardware/libhardware/modules/soundtrigger/
DAndroid.bp27 "-Wno-error=incompatible-pointer-types",
/hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
Ddriver_cmd_wext.c119 iwr.u.data.pointer = buf; in wpa_driver_wext_combo_scan()
262 iwr.u.data.pointer = buf; in wpa_driver_set_backgroundscan_params()
324 iwr.u.data.pointer = buf; in wpa_driver_wext_driver_cmd()

123