Searched refs:external_echo_path_ (Results 1 – 2 of 2) sorted by relevance
71 external_echo_path_(NULL) {} in EchoControlMobileImpl()74 if (external_echo_path_ != NULL) { in ~EchoControlMobileImpl()75 delete [] external_echo_path_; in ~EchoControlMobileImpl()76 external_echo_path_ = NULL; in ~EchoControlMobileImpl()207 if (external_echo_path_ == NULL) { in SetEchoPath()208 external_echo_path_ = new unsigned char[size_bytes]; in SetEchoPath()210 memcpy(external_echo_path_, echo_path, size_bytes); in SetEchoPath()281 if (external_echo_path_ != NULL) { in InitializeHandle()283 external_echo_path_, in InitializeHandle()
58 unsigned char* external_echo_path_; variable