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

12

/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 */
/hardware/intel/img/psb_video/fw/topazsc/
H A Dtopazsc_bin.c61 #define FW_MASTER_INFO(codec,prefix) \
65 ui32##prefix##_MasterMTXTOPAZFWTextSize,\
66 ui32##prefix##_MasterMTXTOPAZFWDataSize,\
67 ui32##prefix##_MasterMTXTOPAZFWDataOrigin\
69 aui32##prefix##_MasterMTXTOPAZFWText, aui32##prefix##_MasterMTXTOPAZFWData \
72 #define FW_SLAVE_INFO(codec,prefix) \
76 ui32##prefix##_SlaveMTXTOPAZFWTextSize,\
77 ui32##prefix##_SlaveMTXTOPAZFWDataSize,\
78 ui32##prefix##_SlaveMTXTOPAZFWDataOrigi
[all...]
/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
H A DLogDumpHelper.h97 static void DumpBuffer(const char* prefix, const uint8_t* start, uint32_t size) argument
105 if (prefix == NULL)
107 prefix = "" ;
115 LOGV("%s: ptr=%p, size=%u, data=%s" DUMP_EOL, prefix, start, size, str) ;
195 static void DumpBuffer2(const char* prefix, const uint8_t* start, uint32_t size) argument
203 if (prefix == NULL)
205 prefix = "" ;
213 LOGV("%s%s" DUMP_EOL, prefix, str) ;
217 static void DumpProtectedDataBuffer(const char* prefix, ProtectedDataBuffer* buf) argument
225 if (prefix
[all...]
/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayUtils.cpp337 void getDump(char *buf, size_t len, const char *prefix, argument
343 prefix, ov.id, ov.z_order, ov.is_fg, ov.alpha,
351 void getDump(char *buf, size_t len, const char *prefix, argument
356 prefix, ov.width, ov.height, ov.format,
361 void getDump(char *buf, size_t len, const char *prefix, argument
366 prefix, ov.x, ov.y, ov.w, ov.h);
370 void getDump(char *buf, size_t len, const char *prefix, argument
375 prefix, ov.id);
380 void getDump(char *buf, size_t len, const char *prefix, argument
385 prefix, o
389 getDump(char *buf, size_t len, const char *prefix, const msm_rotator_img_info& rot) argument
401 getDump(char *buf, size_t len, const char *prefix, const msm_rotator_data_info& rot) argument
[all...]
H A DoverlayUtils.h555 void getDump(char *buf, size_t len, const char *prefix, const mdp_overlay& ov);
556 void getDump(char *buf, size_t len, const char *prefix, const msmfb_img& ov);
557 void getDump(char *buf, size_t len, const char *prefix, const mdp_rect& ov);
558 void getDump(char *buf, size_t len, const char *prefix,
560 void getDump(char *buf, size_t len, const char *prefix, const msmfb_data& ov);
561 void getDump(char *buf, size_t len, const char *prefix,
563 void getDump(char *buf, size_t len, const char *prefix,
/hardware/qcom/display/msm8909/liboverlay/
H A DoverlayUtils.cpp308 void getDump(char *buf, size_t len, const char *prefix, argument
314 prefix, ov.id, ov.z_order, ov.alpha,
322 void getDump(char *buf, size_t len, const char *prefix, argument
327 prefix, ov.width, ov.height, ov.format,
332 void getDump(char *buf, size_t len, const char *prefix, argument
337 prefix, ov.x, ov.y, ov.w, ov.h);
341 void getDump(char *buf, size_t len, const char *prefix, argument
346 prefix, ov.id);
351 void getDump(char *buf, size_t len, const char *prefix, argument
356 prefix, o
360 getDump(char *buf, size_t len, const char *prefix, const msm_rotator_img_info& rot) argument
372 getDump(char *buf, size_t len, const char *prefix, const msm_rotator_data_info& rot) argument
[all...]
H A DoverlayUtils.h545 void getDump(char *buf, size_t len, const char *prefix, const mdp_overlay& ov);
546 void getDump(char *buf, size_t len, const char *prefix, const msmfb_img& ov);
547 void getDump(char *buf, size_t len, const char *prefix, const mdp_rect& ov);
548 void getDump(char *buf, size_t len, const char *prefix,
550 void getDump(char *buf, size_t len, const char *prefix, const msmfb_data& ov);
551 void getDump(char *buf, size_t len, const char *prefix,
553 void getDump(char *buf, size_t len, const char *prefix,
/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/msm8994/liboverlay/
H A DoverlayUtils.cpp330 void getDump(char *buf, size_t len, const char *prefix, argument
336 prefix, ov.id, ov.z_order, ov.alpha,
344 void getDump(char *buf, size_t len, const char *prefix, argument
349 prefix, ov.width, ov.height, ov.format,
354 void getDump(char *buf, size_t len, const char *prefix, argument
359 prefix, ov.x, ov.y, ov.w, ov.h);
363 void getDump(char *buf, size_t len, const char *prefix, argument
368 prefix, ov.id);
373 void getDump(char *buf, size_t len, const char *prefix, argument
378 prefix, o
382 getDump(char *buf, size_t len, const char *prefix, const msm_rotator_img_info& rot) argument
394 getDump(char *buf, size_t len, const char *prefix, const msm_rotator_data_info& rot) argument
[all...]
/hardware/intel/img/psb_video/debian/
H A Drules42 ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)"
/hardware/intel/img/psb_video/fw/topazhp/
H A Dtopazhp_bin.c74 #define FW_MASTER_INFO(codec,prefix) \
78 ui32##prefix##_MasterMTXTOPAZFWTextSize,\
79 ui32##prefix##_MasterMTXTOPAZFWDataSize,\
80 ui32##prefix##_MasterMTXTOPAZFWDataOrigin\
82 aui32##prefix##_MasterMTXTOPAZFWText, aui32##prefix##_MasterMTXTOPAZFWData \
85 #define FW_SLAVE_INFO(codec,prefix) \
89 ui32##prefix##_SlaveMTXTOPAZFWTextSize,\
90 ui32##prefix##_SlaveMTXTOPAZFWDataSize,\
91 ui32##prefix##_SlaveMTXTOPAZFWDataOrigi
[all...]
/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayUtils.cpp406 void getDump(char *buf, size_t len, const char *prefix, argument
412 prefix, ov.id, ov.z_order, ov.is_fg, ov.alpha,
420 void getDump(char *buf, size_t len, const char *prefix, argument
425 prefix, ov.width, ov.height, ov.format,
430 void getDump(char *buf, size_t len, const char *prefix, argument
435 prefix, ov.x, ov.y, ov.w, ov.h);
439 void getDump(char *buf, size_t len, const char *prefix, argument
444 prefix, ov.id);
449 void getDump(char *buf, size_t len, const char *prefix, argument
454 prefix, o
458 getDump(char *buf, size_t len, const char *prefix, const msm_rotator_img_info& rot) argument
470 getDump(char *buf, size_t len, const char *prefix, const msm_rotator_data_info& rot) argument
[all...]
H A DoverlayUtils.h710 void getDump(char *buf, size_t len, const char *prefix, const mdp_overlay& ov);
711 void getDump(char *buf, size_t len, const char *prefix, const msmfb_img& ov);
712 void getDump(char *buf, size_t len, const char *prefix, const mdp_rect& ov);
713 void getDump(char *buf, size_t len, const char *prefix,
715 void getDump(char *buf, size_t len, const char *prefix, const msmfb_data& ov);
716 void getDump(char *buf, size_t len, const char *prefix,
718 void getDump(char *buf, size_t len, const char *prefix,
/hardware/qcom/display/msm8996/sdm/include/utils/
H A Drect.h42 void Log(DebugTag debug_tag, const char *prefix, const LayerRect &roi);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_debugmodes.c33 char prefix = descriptor[0]; local
38 fprintf(file, "%c ", prefix);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
H A Dconfigure.sh553 --prefix=*)
554 prefix="${optval}"
563 --libc|--as|--prefix|--libdir|--sdk-path)
586 prefix="${prefix:-/usr/local}"
587 prefix="${prefix%/}"
588 libdir="${libdir:-${prefix}/lib}"
590 if [ "${libdir#${prefix}}" = "${libdir}" ]; then
591 die "Libdir ${libdir} must be a subdirectory of ${prefix}"
[all...]
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/test/
H A DAndroid.mk18 # System header file path prefix
61 # System header file path prefix
/hardware/intel/common/libmix/mix_audio/
H A Dmixaudio.spec37 %configure --prefix=%{_prefix}
/hardware/intel/common/libmix/mix_common/
H A Dmixcommon.spec27 ./configure --prefix=%{_prefix}
/hardware/intel/common/libmix/mix_vbp/
H A Dmixvbp.spec33 ./configure --prefix=%{_prefix}
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/
H A DAndroid.mk15 # System header file path prefix
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/
H A DAndroid.mk50 # System header file path prefix

Completed in 663 milliseconds

12