Home
last modified time | relevance | path

Searched refs:member (Results 1 – 21 of 21) sorted by relevance

/hardware/libhardware/tests/hardware/
Dstruct-last.cpp29 #define CHECK_LAST_MEMBER(type, member) \ argument
31 static constexpr size_t calc_size = offsetof(type, member) + sizeof(((type *)0)->member); \
33 "" #member " is not the last element of " #type); \
Dstruct-offset.cpp33 #define CHECK_MEMBER_AT(type, member, off32, off64) \ argument
34 check_member<offsetof(type, member), off64>()
36 #define CHECK_MEMBER_AT(type, member, off32, off64) \ argument
37 check_member<offsetof(type, member), off32>()
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dcam_list.h40 #define member_of(ptr, type, member) ({ \ argument
41 const typeof(((type *)0)->member) *__mptr = (ptr); \
42 (type *)((char *)__mptr - offsetof(type,member));})
/hardware/interfaces/graphics/allocator/2.0/default/
DGralloc1On0Adapter.h152 gralloc1_error_t (Descriptor::*member)(Args...), Args... args) { in callDescriptorFunction()
157 auto error = ((*descriptor).*member)(std::forward<Args>(args)...); in callDescriptorFunction()
276 gralloc1_error_t (Buffer::*member)(Args...) const, Args... args) { in callBufferFunction()
281 auto error = ((*buffer).*member)(std::forward<Args>(args)...); in callBufferFunction()
362 template <typename OUT, gralloc1_error_t (Gralloc1On0Adapter::*member)(
414 auto error = ((*adapter).*member)(buffer, producerUsage, consumerUsage, in lockHook()
/hardware/qcom/display/sdm845/sdm/libs/hwc2/
Dhwc_session.h50 HWC2::Error (HWCDisplay::*member)(Args...), Args... args) { in CallDisplayFunction()
59 status = (hwc_display->*member)(std::forward<Args>(args)...); in CallDisplayFunction()
66 hwc2_layer_t layer, HWC2::Error (HWCLayer::*member)(Args...), in CallLayerFunction()
75 status = hwc_session->hwc_display_[display]->CallLayerFunction(layer, member, args...); in CallLayerFunction()
Dhwc_display.h141 int32_t CallLayerFunction(hwc2_layer_t layer, HWC2::Error (HWCLayer::*member)(Args... ), in CallLayerFunction()
147 status = (hwc_layer->*member)(std::forward<Args>(args)...); in CallLayerFunction()
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_session.h49 HWC2::Error (HWCDisplay::*member)(Args...), Args... args) { in CallDisplayFunction()
58 status = (hwc_display->*member)(std::forward<Args>(args)...); in CallDisplayFunction()
65 hwc2_layer_t layer, HWC2::Error (HWCLayer::*member)(Args...), in CallLayerFunction()
77 status = (hwc_layer->*member)(std::forward<Args>(args)...); in CallLayerFunction()
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_session.h50 HWC2::Error (HWCDisplay::*member)(Args...), Args... args) { in CallDisplayFunction()
59 status = (hwc_display->*member)(std::forward<Args>(args)...); in CallDisplayFunction()
66 hwc2_layer_t layer, HWC2::Error (HWCLayer::*member)(Args...), in CallLayerFunction()
78 status = (hwc_layer->*member)(std::forward<Args>(args)...); in CallLayerFunction()
/hardware/qcom/display/sdm845/libgralloc1/
Dgr_buf_mgr.h55 void (BufferDescriptor::*member)(Args...), in CallBufferDescriptorFunction()
63 (descriptor.get()->*member)(std::forward<Args>(args)...); in CallBufferDescriptorFunction()
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_buf_mgr.h55 void (BufferDescriptor::*member)(Args...), in CallBufferDescriptorFunction()
63 (descriptor.get()->*member)(std::forward<Args>(args)...); in CallBufferDescriptorFunction()
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_buf_mgr.h55 void (BufferDescriptor::*member)(Args...), in CallBufferDescriptorFunction()
63 (descriptor.get()->*member)(std::forward<Args>(args)...); in CallBufferDescriptorFunction()
/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.h401 hwc2_display_t displayId, HWC2::Error (Display::*member)(Args...), in callDisplayFunction()
407 auto error = ((*display).*member)(std::forward<Args>(args)...); in callDisplayFunction()
584 HWC2::Error (Layer::*member)(Args...), Args... args) { in callLayerFunction()
589 error = ((*layer).*member)(std::forward<Args>(args)...); in callLayerFunction()
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dbcmutils.h637 #define OFFSETOF(type, member) offsetof(type, member) argument
639 #define OFFSETOF(type, member) ((uint)(uintptr)&((type *)0)->member) argument
/hardware/intel/common/libmix/mix_audio/
DChangeLog64 * Renamed MPEG_FORMAT member of AAC params to MPEG_ID.
/hardware/qcom/msm8998/json-c/
DDoxyfile67 # include brief member descriptions after the members that are listed in
74 # the brief description of a member or function before the detailed description.
152 # If set to NO, the detailed description appears after the member
158 # member inherits the documentation from any documented member that it
163 # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
165 # member in the group (if any) for the other members of the group. By default
198 # Set the SUBGROUPING tag to YES (the default) to allow class member groups of
303 # alphabetically by member name. If set to NO the members will appear in
310 # by member name. If set to NO (the default) the members will appear in
/hardware/intel/common/libva/doc/
DDoxyfile77 # include brief member descriptions after the members that are listed in
84 # the brief description of a member or function before the detailed description.
170 # member inherits the documentation from any documented member that it
176 # a new page for each member. If set to NO, the documentation of a member will
262 # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
264 # member in the group (if any) for the other members of the group. By default
269 # Set the SUBGROUPING tag to YES (the default) to allow class member groups of
280 # with name TypeT. When disabled the typedef will appear as a member of a file,
414 # alphabetically by member name. If set to NO the members will appear in
421 # by member name. If set to NO (the default) the members will appear in
[all …]
/hardware/interfaces/media/omx/1.0/
DIOmxStore.hal35 * Attribute is a key-value pair of strings. The `value` member is generally
/hardware/interfaces/wifi/supplicant/1.0/
DISupplicantP2pIface.hal408 * member of.
/hardware/interfaces/renderscript/1.0/
DIContext.hal1134 * TODO: Is this a value to be replicated for each member of the array? Or
1135 * is there a representation for each separate member?
/hardware/interfaces/camera/device/3.2/
Dtypes.hal546 * Indicates the type of message sent, which specifies which member of the
/hardware/interfaces/radio/1.0/
DIRadio.hal674 * as the only other member of the current (active) call