Searched refs:TO_STRING (Results 1 – 2 of 2) sorted by relevance
/hardware/libhardware/include/hardware/ |
D | hwcomposer2.h | 494 #define TO_STRING(E, T, printer) \ macro 498 #define TO_STRING(name, printer) macro 522 TO_STRING(hwc2_attribute_t, Attribute, getAttributeName) 530 TO_STRING(hwc2_blend_mode_t, BlendMode, getBlendModeName) 538 TO_STRING(hwc2_callback_descriptor_t, Callback, getCallbackDescriptorName) 544 TO_STRING(hwc2_capability_t, Capability, getCapabilityName) 554 TO_STRING(hwc2_composition_t, Composition, getCompositionName) 561 TO_STRING(hwc2_connection_t, Connection, getConnectionName) 568 TO_STRING(hwc2_display_request_t, DisplayRequest, getDisplayRequestName) 575 TO_STRING(hwc2_display_type_t, DisplayType, getDisplayTypeName) [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | video_source.h | 25 #define TO_STRING(S) #S macro 26 #define STRINGIFY(S) TO_STRING(S) 45 #undef TO_STRING
|