Searched refs:cf (Results 1 - 4 of 4) sorted by relevance

/hardware/ti/omap4-aah/
H A Dtm.c25 char *cf, *cb; local
45 cf = ptr[4];
46 cf[-1] = 'a';
/hardware/ti/omap4xxx/
H A Dtm.c25 char *cf, *cb; local
45 cf = ptr[4];
46 cf[-1] = 'a';
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dconfigure448 local cf
450 for cf in $CODEC_FAMILIES; do
451 if enabled ${cf}_encoder && enabled ${cf}_decoder; then
452 DIST_DIR="${DIST_DIR}-${cf}"
453 elif enabled ${cf}_encoder; then
454 DIST_DIR="${DIST_DIR}-${cf}cx"
455 elif enabled ${cf}_decoder; then
456 DIST_DIR="${DIST_DIR}-${cf}dx"
/hardware/ril/libril/
H A Dril.cpp3713 RIL_CallForwardInfo cf = p_cur->cfData.cfInfo[i]; local
3715 p.writeInt32(cf.status);
3716 p.writeInt32(cf.reason);
3717 p.writeInt32(cf.serviceClass);
3718 p.writeInt32(cf.toa);
3719 writeStringToParcel(p, cf.number);
3720 p.writeInt32(cf.timeSeconds);
3722 (cf.status==1)?"enable":"disable", cf.reason, cf
[all...]

Completed in 1265 milliseconds