/hardware/libhardware/tests/hardware/ |
D | struct-last.cpp | 29 #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); \
|
D | struct-offset.cpp | 33 #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/ |
D | cam_list.h | 40 #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/ |
D | Gralloc1On0Adapter.h | 152 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/ |
D | hwc_session.h | 50 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()
|
D | hwc_display.h | 141 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/ |
D | hwc_session.h | 49 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/ |
D | hwc_session.h | 50 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/ |
D | gr_buf_mgr.h | 55 void (BufferDescriptor::*member)(Args...), in CallBufferDescriptorFunction() 63 (descriptor.get()->*member)(std::forward<Args>(args)...); in CallBufferDescriptorFunction()
|
/hardware/qcom/display/msm8998/libgralloc1/ |
D | gr_buf_mgr.h | 55 void (BufferDescriptor::*member)(Args...), in CallBufferDescriptorFunction() 63 (descriptor.get()->*member)(std::forward<Args>(args)...); in CallBufferDescriptorFunction()
|
/hardware/qcom/display/msm8996/libgralloc1/ |
D | gr_buf_mgr.h | 55 void (BufferDescriptor::*member)(Args...), in CallBufferDescriptorFunction() 63 (descriptor.get()->*member)(std::forward<Args>(args)...); in CallBufferDescriptorFunction()
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | HWC2On1Adapter.h | 401 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/ |
D | bcmutils.h | 637 #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/ |
D | ChangeLog | 64 * Renamed MPEG_FORMAT member of AAC params to MPEG_ID.
|
/hardware/qcom/msm8998/json-c/ |
D | Doxyfile | 67 # 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/ |
D | Doxyfile | 77 # 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/ |
D | IOmxStore.hal | 35 * Attribute is a key-value pair of strings. The `value` member is generally
|
/hardware/interfaces/wifi/supplicant/1.0/ |
D | ISupplicantP2pIface.hal | 408 * member of.
|
/hardware/interfaces/renderscript/1.0/ |
D | IContext.hal | 1134 * 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/ |
D | types.hal | 546 * Indicates the type of message sent, which specifies which member of the
|
/hardware/interfaces/radio/1.0/ |
D | IRadio.hal | 674 * as the only other member of the current (active) call
|