Searched refs:apps_std_fread (Results 1 – 5 of 5) sorted by relevance
/external/fastrpc/inc/ |
D | apps_std.h | 117 __QAIC_HEADER_EXPORT int __QAIC_HEADER(apps_std_fread)(apps_std_FILE sin, byte* buf, int bufLen, in…
|
/external/fastrpc/src/ |
D | log_config.c | 206 VERIFY(AEE_SUCCESS == (nErr = apps_std_fread(fp, buf, len, &readlen, &eof))); in readLogConfigFromPath()
|
D | fastrpc_apps_user.c | 1669 VERIFY(AEE_SUCCESS == (nErr = apps_std_fread(fh, (void *)uproc.file, len, &readlen, &eof))); in apps_dev_init() 1679 …VERIFY(AEE_SUCCESS == (nErr = apps_std_fread(fsig, (byte*)(uproc.file + len), siglen, &readlen, &e… in apps_dev_init()
|
D | apps_std_imp.c | 286 __QAIC_IMPL_EXPORT int __QAIC_IMPL(apps_std_fread)(apps_std_FILE sin, byte* buf, int bufLen, int* b… in __QAIC_IMPL() argument
|
D | apps_std_skel.c | 1161 return _skel_method_20((void*)__QAIC_IMPL(apps_std_fread), _sc, _pra); in __QAIC_SKEL()
|