Home
last modified time | relevance | path

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

123

/hardware/interfaces/tests/pointer/1.0/default/
DGraph.h11 namespace pointer {
15 using ::android::hardware::tests::pointer::V1_0::IGraph;
26 …sTwoGraphs(::android::hardware::tests::pointer::V1_0::IGraph::Graph const* g1, ::android::hardware…
29 …Return<void> passASimpleRef(::android::hardware::tests::pointer::V1_0::IGraph::Alpha const* a) ov…
30 …Return<void> passASimpleRefS(::android::hardware::tests::pointer::V1_0::IGraph::Theta const* s) o…
DAndroid.bp4 name: "android.hardware.tests.pointer@1.0-impl",
25 static_libs: ["android.hardware.tests.pointer@1.0"],
DPointer.cpp10 namespace pointer { namespace
/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/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/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/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/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/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/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/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/tests/pointer/1.0/default/lib/
DAndroid.bp14 static_libs: ["android.hardware.tests.pointer@1.0"],
/hardware/interfaces/tests/pointer/1.0/default/lib/include/hidl-test/
DPointerHelper.h6 using ::android::hardware::tests::pointer::V1_0::IGraph;
/hardware/interfaces/tests/pointer/1.0/
DAndroid.bp4 name: "android.hardware.tests.pointer@1.0",
/hardware/qcom/wlan/qcwcn/wifi_hal/
DAndroid.mk27 LOCAL_CLANG_CFLAGS := -Wno-pointer-bool-conversion
94 LOCAL_CLANG_CFLAGS := -Wno-pointer-bool-conversion
/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/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);

123