/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/QCamera2/HAL/ |
D | QCameraParameters.cpp | 973 String8 str; in createSizesString() local 1005 String8 str; in createValuesString() local 1038 String8 str; in createValuesStringFromMap() local 1065 String8 str; in createZoomRatioValuesString() local 1098 String8 str; in createHfrValuesString() local 1147 String8 str; in createHfrSizesString() local 1215 String8 str; in createFpsRangeString() local 1400 const char *str= NULL; in setVideoSize() local 1611 const char *str = params.getPreviewFormat(); in setPreviewFormat() local 1639 const char *str = params.getPictureFormat(); in setPictureFormat() local [all …]
|
/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/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/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/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/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/ti/omap4-aah/libtiutils/ |
D | MessageQueue.h | 29 # define MSGQ_LOGDA(str) argument 30 # define MSGQ_LOGDB(str, ...) argument
|
/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/msm8974/liboverlay/ |
D | overlay.cpp | 71 char str[32]; in configDone() local 111 char str[32]; in nextPipe() local 342 const char *str = "\nOverlay State\n\n"; in getDump() local 347 char str[64] = {'\0'}; in getDump() local
|
D | overlayUtils.cpp | 398 char str[256] = {'\0'}; in getDump() local 431 char str[256] = {'\0'}; in getDump() local 450 char str[256] = {'\0'}; in getDump() local 462 char str[256] = {'\0'}; in getDump() local
|
/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
|
D | overlay.cpp | 77 char str[32]; in configDone() local 141 char str[32]; in nextPipe() local 498 const char *str = "\nOverlay State\n\n"; in getDump() local 503 char str[64] = {'\0'}; in getDump() local
|
/hardware/qcom/display/msm8974/libhwcomposer/ |
D | hwc_uevents.cpp | 48 static bool isHDMI(const char* str) in isHDMI() 57 const char *str = udata; in handle_uevent() 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
|
/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/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()
|