Home
last modified time | relevance | path

Searched defs:array (Results 1 – 24 of 24) sorted by relevance

/hardware/interfaces/drm/1.0/default/
DTypeConvert.h57 const hidl_array<T, SIZE> &array) { in toVector()
64 hidl_array<T, SIZE> &array) { in toVector()
/hardware/interfaces/tests/foo/1.0/default/lib/include/hidl-test/
DFooHelper.h41 std::string to_string(const hidl_array<T, SIZE> &array) { in to_string()
46 std::string to_string(const hidl_array<T, SIZE1, SIZE2> &array) { in to_string()
/hardware/qcom/media/msm8974/libstagefrighthw/
DQComOMXPlugin.cpp123 OMX_U8 **array = new OMX_U8 *[numRoles]; in getRolesOfComponent() local
/hardware/qcom/media/msm8998/libstagefrighthw/
DQComOMXPlugin.cpp123 OMX_U8 **array = new OMX_U8 *[numRoles]; in getRolesOfComponent() local
/hardware/qcom/media/msm8996/libstagefrighthw/
DQComOMXPlugin.cpp123 OMX_U8 **array = new OMX_U8 *[numRoles]; in getRolesOfComponent() local
/hardware/intel/common/libmix/mix_video/src/
Dmixframemanager.c319 MixVideoFrame *get_expected_frame_from_array(GPtrArray *array, in get_expected_frame_from_array()
388 void add_frame_into_array(GPtrArray *array, MixVideoFrame *mvf) { in add_frame_into_array()
/hardware/intel/common/libstagefrighthw/
DWrsOMXPlugin.cpp200 OMX_U8 **array = new OMX_U8 *[numRoles]; in getRolesOfComponent() local
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_vsync.cpp40 #define ARRAY_LENGTH(array) (sizeof((array))/sizeof((array)[0])) argument
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_vsync.cpp40 #define ARRAY_LENGTH(array) (sizeof((array))/sizeof((array)[0])) argument
/hardware/qcom/display/msm8909/libhwcomposer/
Dhwc_vsync.cpp41 #define ARRAY_LENGTH(array) (sizeof((array))/sizeof((array)[0])) argument
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_vsync.cpp41 #define ARRAY_LENGTH(array) (sizeof((array))/sizeof((array)[0])) argument
/hardware/interfaces/tests/pointer/1.0/default/
DPointer.h260 hidl_array<IPointer::Sam, 5> array; in bar12() local
266 hidl_array<const IPointer::Sam *, 5> array; in bar13() local
/hardware/intel/common/utils/ISV/omx/
Disv_omxcore.cpp327 OMX_U8 **array = new OMX_U8 *[numRoles]; in OMX_GetRolesOfComponent() local
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
Dmltypes.h144 #define ARRAY_SIZE(array) (sizeof(array)/sizeof((array)[0])) argument
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
Dmltypes.h144 #define ARRAY_SIZE(array) (sizeof(array)/sizeof((array)[0])) argument
/hardware/interfaces/tests/bar/1.0/default/
DBar.cpp80 const hidl_array<hidl_string, 3> &array, in haveSomeStrings()
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dbcmutils.c2268 setbit(void *array, uint bit) in setbit()
2275 clrbit(void *array, uint bit) in clrbit()
2282 isset(const void *array, uint bit) in isset()
2289 isclr(const void *array, uint bit) in isclr()
/hardware/interfaces/tests/foo/1.0/default/
DFoo.cpp181 const hidl_array<hidl_string, 3> &array, in haveSomeStrings()
/hardware/interfaces/tests/baz/1.0/default/
DBaz.cpp309 Return<void> Baz::haveSomeStrings(const hidl_array<hidl_string, 3>& array, in haveSomeStrings()
/hardware/qcom/bt/msm8996/libbt-vendor/include/
Dhw_ar3k.h148 unsigned char array; member
/hardware/qcom/bt/msm8992/libbt-vendor/include/
Dhw_ar3k.h148 unsigned char array; member
/hardware/qcom/bt/msm8998/libbt-vendor/include/
Dhw_ar3k.h148 unsigned char array; member
/hardware/qcom/bt/msm8909/libbt-vendor/include/
Dhw_ar3k.h148 unsigned char array; member
/hardware/qcom/audio/post_proc/
Deffect_api.c28 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0]) argument