Searched refs:prefix (Results 1 - 16 of 16) sorted by relevance

/hardware/ril/reference-ril/
H A Dmisc.c18 /** returns 1 if line starts with prefix, 0 if it does not */
19 int strStartsWith(const char *line, const char *prefix) argument
21 for ( ; *line != '\0' && *prefix != '\0' ; line++, prefix++) {
22 if (*line != *prefix) {
27 return *prefix == '\0';
H A Dmisc.h18 /** returns 1 if line starts with prefix, 0 if it does not */
19 int strStartsWith(const char *line, const char *prefix);
H A Datchannel.h29 extern void AT_DUMP(const char* prefix, const char* buff, int len);
31 #define AT_DUMP(prefix,buff,len) do{}while(0)
49 SINGLELINE, /* a single intermediate response starting with a prefix */
51 starting with a prefix */
H A Dreference-ril.c990 const char *prefix; local
1010 const char *prefix; local
1112 const char *prefix; local
1303 const char *prefix; local
1312 prefix = "+CREG:";
1316 prefix = "+CGREG:";
1323 err = at_send_command_singleline(cmd, prefix, &p_response);
H A Datchannel.c68 void AT_DUMP(const char* prefix, const char* buff, int len) argument
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayUtils.cpp329 void getDump(char *buf, size_t len, const char *prefix, argument
334 prefix, ov.id, ov.z_order, ov.is_fg, ov.alpha,
342 void getDump(char *buf, size_t len, const char *prefix, argument
347 prefix, ov.width, ov.height, ov.format,
352 void getDump(char *buf, size_t len, const char *prefix, argument
357 prefix, ov.x, ov.y, ov.w, ov.h);
361 void getDump(char *buf, size_t len, const char *prefix, argument
366 prefix, ov.id);
371 void getDump(char *buf, size_t len, const char *prefix, argument
376 prefix, o
381 getDump(char *buf, size_t len, const char *prefix, const msm_rotator_img_info& rot) argument
393 getDump(char *buf, size_t len, const char *prefix, const msm_rotator_data_info& rot) argument
[all...]
H A DoverlayUtils.h712 void getDump(char *buf, size_t len, const char *prefix, const mdp_overlay& ov);
713 void getDump(char *buf, size_t len, const char *prefix, const msmfb_img& ov);
714 void getDump(char *buf, size_t len, const char *prefix, const mdp_rect& ov);
715 void getDump(char *buf, size_t len, const char *prefix,
717 void getDump(char *buf, size_t len, const char *prefix, const msmfb_data& ov);
718 void getDump(char *buf, size_t len, const char *prefix,
720 void getDump(char *buf, size_t len, const char *prefix,
/hardware/qcom/display/msm8974/liboverlay/
H A DoverlayUtils.cpp379 void getDump(char *buf, size_t len, const char *prefix, argument
385 prefix, ov.id, ov.z_order, ov.is_fg, ov.alpha,
393 void getDump(char *buf, size_t len, const char *prefix, argument
398 prefix, ov.width, ov.height, ov.format,
403 void getDump(char *buf, size_t len, const char *prefix, argument
408 prefix, ov.x, ov.y, ov.w, ov.h);
412 void getDump(char *buf, size_t len, const char *prefix, argument
417 prefix, ov.id);
422 void getDump(char *buf, size_t len, const char *prefix, argument
427 prefix, o
431 getDump(char *buf, size_t len, const char *prefix, const msm_rotator_img_info& rot) argument
443 getDump(char *buf, size_t len, const char *prefix, const msm_rotator_data_info& rot) argument
[all...]
H A DoverlayUtils.h690 void getDump(char *buf, size_t len, const char *prefix, const mdp_overlay& ov);
691 void getDump(char *buf, size_t len, const char *prefix, const msmfb_img& ov);
692 void getDump(char *buf, size_t len, const char *prefix, const mdp_rect& ov);
693 void getDump(char *buf, size_t len, const char *prefix,
695 void getDump(char *buf, size_t len, const char *prefix, const msmfb_data& ov);
696 void getDump(char *buf, size_t len, const char *prefix,
698 void getDump(char *buf, size_t len, const char *prefix,
/hardware/qcom/display/msm8x26/liboverlay/
H A DoverlayUtils.cpp329 void getDump(char *buf, size_t len, const char *prefix, argument
334 prefix, ov.id, ov.z_order, ov.is_fg, ov.alpha,
342 void getDump(char *buf, size_t len, const char *prefix, argument
347 prefix, ov.width, ov.height, ov.format,
352 void getDump(char *buf, size_t len, const char *prefix, argument
357 prefix, ov.x, ov.y, ov.w, ov.h);
361 void getDump(char *buf, size_t len, const char *prefix, argument
366 prefix, ov.id);
371 void getDump(char *buf, size_t len, const char *prefix, argument
376 prefix, o
381 getDump(char *buf, size_t len, const char *prefix, const msm_rotator_img_info& rot) argument
393 getDump(char *buf, size_t len, const char *prefix, const msm_rotator_data_info& rot) argument
[all...]
H A DoverlayUtils.h712 void getDump(char *buf, size_t len, const char *prefix, const mdp_overlay& ov);
713 void getDump(char *buf, size_t len, const char *prefix, const msmfb_img& ov);
714 void getDump(char *buf, size_t len, const char *prefix, const mdp_rect& ov);
715 void getDump(char *buf, size_t len, const char *prefix,
717 void getDump(char *buf, size_t len, const char *prefix, const msmfb_data& ov);
718 void getDump(char *buf, size_t len, const char *prefix,
720 void getDump(char *buf, size_t len, const char *prefix,
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
H A DExynos_OSAL_ETC.h60 void Exynos_OSAL_PerfPrint(OMX_STRING prefix, PERF_ID_TYPE id);
H A DExynos_OSAL_ETC.c225 void Exynos_OSAL_PerfPrint(OMX_STRING prefix, PERF_ID_TYPE id) argument
233 Exynos_OSAL_Log(EXYNOS_LOG_INFO, "%s Frame Count: %d", prefix, frameCount);
235 prefix, (float)perfTotal / (float)(frameCount * 1000),
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/
H A DAndroid.mk52 else ifeq ($(call is-chipset-prefix-in-board-platform,msm8660),true)
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
H A DOMX_Core.c170 static const char prefix[] = "lib"; local
236 char buf[sizeof(prefix) + MAXNAMESIZE + sizeof(postfix)];
237 strcpy(buf, prefix);
/hardware/ti/omap4xxx/domx/omx_core/src/
H A DOMX_Core.c185 static const char prefix[] = "lib"; local
191 char buf[sizeof(prefix) + MAXNAMESIZE + sizeof(postfix)];
236 strcpy(buf, prefix); /* the lengths are defined herein or have been */
744 /* if the file is an OMX component, trim the prefix and suffix */
752 /* set a pointer to be after the lib prefix, i.e the beginning of the component name */

Completed in 327 milliseconds