Home
last modified time | relevance | path

Searched refs:ARRAY_SIZE (Results 1 – 8 of 8) sorted by relevance

/device/lge/hammerhead/libsensors/
Dsensors.h40 #ifndef ARRAY_SIZE
41 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0])) macro
Dsensors.cpp187 sizeof(sSensorList[0]) * (ARRAY_SIZE(sSensorList) - LOCAL_SENSORS)); in sensors_poll_context_t()
/device/htc/flounder/sensor_hub/libsensors/
Dsensors.h34 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0])) macro
Dsensors.cpp565 return ARRAY_SIZE(sSensorList); in sensors__get_sensors_list()
/device/htc/flounder/audio/hal/
Daudio_hw.h207 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
Daudio_hw.c2863 for (j = 0; j < ARRAY_SIZE(out_channels_name_to_enum_table); j++) { in out_get_parameters()
/device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera.h59 #define ARRAY_SIZE(a) (sizeof(a)/sizeof((a)[0])) macro
/device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_channel.c1824 for (i=0; i<ARRAY_SIZE(ch_obj->streams); i++) { in mm_channel_handle_metadata()