/hardware/ti/omap4xxx/libtiutils/ |
D | DebugUtils.h | 23 #define DBGUTILS_LOGVA(str) ALOGV("%s:%d %s - " str,__FILE__, __LINE__,__FUNCTION__); argument 24 #define DBGUTILS_LOGVB(str,...) ALOGV("%s:%d %s - " str,__FILE__, __LINE__, __FUNCTION__, __VA_… argument 25 #define DBGUTILS_LOGDA(str) ALOGD("%s:%d %s - " str,__FILE__, __LINE__,__FUNCTION__); argument 26 #define DBGUTILS_LOGDB(str, ...) ALOGD("%s:%d %s - " str,__FILE__, __LINE__, __FUNCTION__, __VA_… argument 27 #define DBGUTILS_LOGEA(str) ALOGE("%s:%d %s - " str,__FILE__, __LINE__, __FUNCTION__); argument 28 #define DBGUTILS_LOGEB(str, ...) ALOGE("%s:%d %s - " str,__FILE__, __LINE__,__FUNCTION__, __VA_A… argument
|
D | MessageQueue.h | 31 #define MSGQ_LOGDA(str) argument 32 #define MSGQ_LOGDB(str, ...) argument
|
/hardware/ti/omap4-aah/camera/inc/ |
D | Common.h | 38 # define CAMHAL_LOGVA(str) argument 39 # define CAMHAL_LOGVB(str, ...) argument 43 # define CAMHAL_LOGDA(str) argument 44 # define CAMHAL_LOGDB(str, ...) argument 46 # define CAMHAL_LOGVA(str) argument 47 # define CAMHAL_LOGVB(str, ...) argument
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/ |
D | inv_sysfs_utils.c | 72 char str[35]; in inv_read_buffer() local 99 char str[40]; in inv_read_raw() local 125 char str[25]; in inv_read_temperature_raw() local 145 char str[8]; in inv_read_fifo_rate() local 165 char str[2]; in inv_read_power_state() local 185 char str[5]; in inv_read_scale() local 205 char str[4]; in inv_read_temp_scale() local 225 char str[4]; in inv_read_temp_offset() local
|
/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/ |
D | inv_sysfs_utils.c | 78 char str[35]; in inv_read_buffer() local 105 char str[40]; in inv_read_raw() local 131 char str[25]; in inv_read_temperature_raw() local 151 char str[8]; in inv_read_fifo_rate() local 171 char str[2]; in inv_read_power_state() local 191 char str[5]; in inv_read_scale() local 211 char str[4]; in inv_read_temp_scale() local 231 char str[4]; in inv_read_temp_offset() local
|
/hardware/ti/omap4xxx/camera/ |
D | CameraHalCommon.cpp | 41 void CameraHal::PPM(const char* str){ in PPM() 67 void CameraHal::PPM(const char* str){ in PPM() 96 void CameraHal::PPM(const char* str, struct timeval* ppm_first, ...){ in PPM()
|
/hardware/qcom/camera/usbcamcore/src/ |
D | QCameraUsbParm.cpp | 280 String8 str = String8(params); in usbCamSetParameters() local 321 String8 str; in usbCamGetParameters() local 376 String8 str; in create_sizes_str() local 404 String8 str; in create_values_str() local 430 String8 str; in create_fps_str() local 458 String8 str; in create_values_range_str() local
|
/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/ |
D | LogDumpHelper.h | 58 static void DumpBufferToString(char* str, uint32_t strSize, const uint8_t* start, uint32_t size) in DumpBufferToString() 89 char str[STR_SIZE] = {0} ; in DumpNaluDataBuffer() local 111 char str[STR_SIZE] = {0} ; in DumpBuffer() local 209 char str[STR_SIZE] = {0} ; in DumpBuffer2() local 249 char str[STR_SIZE] = {0} ; in DumpProtectedDataBuffer() local
|
/hardware/qcom/camera/QCamera2/HAL/ |
D | QCameraParameters.cpp | 1149 String8 str; in createSizesString() local 1181 String8 str; in createValuesString() local 1214 String8 str; in createValuesStringFromMap() local 1241 String8 str; in createZoomRatioValuesString() local 1274 String8 str; in createHfrValuesString() local 1323 String8 str; in createHfrSizesString() local 1391 String8 str; in createFpsRangeString() local 1684 const char *str= NULL; in setVideoSize() local 1943 const char *str = params.getPreviewFormat(); in setPreviewFormat() local 1987 const char *str = params.getPictureFormat(); in setPictureFormat() local [all …]
|
/hardware/ti/omap4-aah/camera/ |
D | CameraHalCommon.cpp | 42 void CameraHal::PPM(const char* str){ in PPM() 68 void CameraHal::PPM(const char* str){ in PPM() 97 void CameraHal::PPM(const char* str, struct timeval* ppm_first, ...){ in PPM()
|
/hardware/ti/omap4-aah/libtiutils/ |
D | MessageQueue.h | 29 # define MSGQ_LOGDA(str) argument 30 # define MSGQ_LOGDB(str, ...) argument
|
/hardware/qcom/display/msm8960/liboverlay/ |
D | overlay.cpp | 72 char str[32]; in configDone() local 109 char str[32]; in nextPipe() local 280 const char *str = "\nOverlay State\n==========================\n"; in getDump() local 285 char str[64] = {'\0'}; in getDump() local
|
D | overlayUtils.cpp | 331 char str[256] = {'\0'}; in getDump() local 363 char str[256] = {'\0'}; in getDump() local 383 char str[256] = {'\0'}; in getDump() local 395 char str[256] = {'\0'}; in getDump() local
|
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
D | OMX_Debug.h | 69 #define OMX_INFOPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_INFO | (handle), "(INFO) "str, #… argument 70 #define OMX_WARNPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_WARN | (handle), "(WARN) "str, #… argument 71 #define OMX_ERRPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_ERROR | (handle), "(ERROR) "str,… argument 72 #define OMX_FATALPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_FATAL | (handle), "(FATAL) "st… argument
|
/hardware/ti/omap4-aah/domx/omx_core/inc/ |
D | OMX_Debug.h | 94 #define OMX_INFOPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_INFO | (handle), "(INFO) "str, #… argument 95 #define OMX_WARNPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_WARN | (handle), "(WARN) "str, #… argument 96 #define OMX_ERRPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_ERROR | (handle), "(ERROR) "str,… argument 97 #define OMX_FATALPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_FATAL | (handle), "(FATAL) "st… argument
|
/hardware/qcom/display/msm8909/liboverlay/ |
D | overlayUtils.cpp | 310 char str[256] = {'\0'}; in getDump() local 343 char str[256] = {'\0'}; in getDump() local 362 char str[256] = {'\0'}; in getDump() local 374 char str[256] = {'\0'}; in getDump() local
|
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
D | OMX_Debug.h | 94 #define OMX_INFOPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_INFO | (handle), "(INFO) "str, #… argument 95 #define OMX_WARNPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_WARN | (handle), "(WARN) "str, #… argument 96 #define OMX_ERRPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_ERROR | (handle), "(ERROR) "str,… argument 97 #define OMX_FATALPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_FATAL | (handle), "(FATAL) "st… argument
|
/hardware/qcom/display/msm8226/liboverlay/ |
D | overlayUtils.cpp | 339 char str[256] = {'\0'}; in getDump() local 372 char str[256] = {'\0'}; in getDump() local 391 char str[256] = {'\0'}; in getDump() local 403 char str[256] = {'\0'}; in getDump() local
|
/hardware/qcom/display/msm8994/liboverlay/ |
D | overlayUtils.cpp | 332 char str[256] = {'\0'}; in getDump() local 365 char str[256] = {'\0'}; in getDump() local 384 char str[256] = {'\0'}; in getDump() local 396 char str[256] = {'\0'}; in getDump() local
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc_uevents.cpp | 47 static bool isHDMI(const char* str) in isHDMI() 56 const char *str = udata; in handle_uevent() local
|
/hardware/qcom/display/msm8084/liboverlay/ |
D | overlayUtils.cpp | 408 char str[256] = {'\0'}; in getDump() local 441 char str[256] = {'\0'}; in getDump() local 460 char str[256] = {'\0'}; in getDump() local 472 char str[256] = {'\0'}; in getDump() local
|
D | overlay.cpp | 77 char str[32]; in configDone() local 141 char str[32]; in nextPipe() local 509 const char *str = "\nOverlay State\n\n"; in getDump() local 514 char str[64] = {'\0'}; in getDump() local
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | test_libvpx.cc | 25 static void append_negative_gtest_filter(const char *str) { in append_negative_gtest_filter()
|
/hardware/intel/common/libva/test/videoprocess/ |
D | videoprocess.cpp | 90 char* str; in read_value_string() local 133 char str[MAX_LEN]; in read_value_uint8() local 147 char str[MAX_LEN]; in read_value_uint32() local 161 char str[MAX_LEN]; in read_value_float() local 960 parse_fourcc_and_format(char *str, uint32_t *fourcc, uint32_t *format) in parse_fourcc_and_format() 982 char str[MAX_LEN]; in parse_basic_parameters() local
|
/hardware/qcom/audio/msm8909/hal/audio_extn/ |
D | utils.c | 135 char *str = strtok(name, "|"); in parse_format_names() local 161 char *str = strtok(name, "|"); in parse_sample_rate_names() local 185 char *str = strtok(name, "|"); in parse_bit_width_names() local 197 char *str = strtok(name, "|"); in parse_app_type_names() local
|