Home
last modified time | relevance | path

Searched defs:ReadParam (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/api/audio/
Decho_canceller3_config_json.cc24 void ReadParam(const Json::Value& root, std::string param_name, bool* param) { in ReadParam() function
32 void ReadParam(const Json::Value& root, std::string param_name, size_t* param) { in ReadParam() function
40 void ReadParam(const Json::Value& root, std::string param_name, int* param) { in ReadParam() function
48 void ReadParam(const Json::Value& root, std::string param_name, float* param) { in ReadParam() function
56 void ReadParam(const Json::Value& root, in ReadParam() function
77 void ReadParam(const Json::Value& root, in ReadParam() function
95 void ReadParam(const Json::Value& root, in ReadParam() function
111 void ReadParam( in ReadParam() function
130 void ReadParam(const Json::Value& root, in ReadParam() function
/external/libchrome/ipc/
Dipc_message_utils.h114 static inline bool WARN_UNUSED_RESULT ReadParam(const base::Pickle* m, in ReadParam() function