Searched defs:echo_path (Results 1 - 5 of 5) sorted by relevance

/external/dbus/test/
H A Dtest-shell-service.c7 static const char* echo_path = "/org/freedesktop/TestSuite"; variable
44 if (!dbus_connection_get_object_path_data (connection, echo_path, (void **)&d))
155 echo_path,
162 if (!dbus_connection_get_object_path_data (connection, echo_path, &d))
H A Dtest-service.c375 static const char* echo_path = "/org/freedesktop/TestSuite" ; variable
457 echo_path,
464 if (!dbus_connection_get_object_path_data (connection, echo_path, &d))
/external/webrtc/src/modules/audio_processing/
H A Decho_control_mobile_impl.cc196 int EchoControlMobileImpl::SetEchoPath(const void* echo_path, argument
199 if (echo_path == NULL) {
210 memcpy(external_echo_path_, echo_path, size_bytes);
215 int EchoControlMobileImpl::GetEchoPath(void* echo_path, argument
218 if (echo_path == NULL) {
231 if (WebRtcAecm_GetEchoPath(my_handle, echo_path, size_bytes) != 0) {
/external/webrtc/src/modules/audio_processing/aecm/
H A Decho_control_mobile.c644 const void* echo_path,
648 const WebRtc_Word16* echo_path_ptr = echo_path;
650 if ((aecm == NULL) || (echo_path == NULL))
673 void* echo_path,
677 WebRtc_Word16* echo_path_ptr = echo_path;
679 if ((aecm == NULL) || (echo_path == NULL))
643 WebRtcAecm_InitEchoPath(void* aecmInst, const void* echo_path, size_t size_bytes) argument
672 WebRtcAecm_GetEchoPath(void* aecmInst, void* echo_path, size_t size_bytes) argument
H A Daecm_core.c340 void WebRtcAecm_InitEchoPathCore(AecmCore_t* aecm, const WebRtc_Word16* echo_path) argument
345 memcpy(aecm->channelStored, echo_path, sizeof(WebRtc_Word16) * PART_LEN1);
347 memcpy(aecm->channelAdapt16, echo_path, sizeof(WebRtc_Word16) * PART_LEN1);

Completed in 88 milliseconds