Home
last modified time | relevance | path

Searched refs:_cstring1_t (Results 1 – 9 of 9) sorted by relevance

/external/fastrpc/inc/
Dadsp_current_process.h64 } _cstring1_t; typedef
69 …ER(adsp_current_process_set_logging_params)(unsigned short mask, const _cstring1_t* filesToLog, in…
Dadsp_current_process1.h65 } _cstring1_t; typedef
101 …ss1_set_logging_params)(remote_handle64 _h, unsigned short mask, const _cstring1_t* filesToLog, in…
Dapps_std.h65 } _cstring1_t; typedef
187 …_get_search_paths_with_env)(const char* envvarname, const char* delim, _cstring1_t* paths, int pat…
Dapps_remotectl.h65 } _cstring1_t; typedef
Dremotectl.h65 } _cstring1_t; typedef
/external/fastrpc/src/
Dlog_config.c67 _cstring1_t* paths;
88 _cstring1_t* filesToLog = NULL; in parseLogConfig()
115 VERIFYC(NULL != (filesToLog = malloc(sizeof(_cstring1_t)*filesToLogLen)), AEE_ENOMEMORY); in parseLogConfig()
506 = malloc(sizeof(_cstring1_t) * log_config_watcher[dom].numPaths)), AEE_ENOMEMORY); in initFileWatcher()
Dadsp_current_process1_stub.c563 …et_logging_params)(remote_handle64 _handle, unsigned short mask, const _cstring1_t* filesToLog, in… in __QAIC_STUB()
Dadsp_current_process_stub.c645 …UB(adsp_current_process_set_logging_params)(unsigned short mask, const _cstring1_t* filesToLog, in… in __QAIC_STUB()
Dapps_std_imp.c755 const char* envvarname, const char* delim, _cstring1_t* paths, in __QAIC_IMPL()