Searched defs:send_ok (Results 1 - 2 of 2) sorted by relevance

/external/dbus/dbus/
H A Ddbus-auth.c232 static dbus_bool_t send_ok (DBusAuth *auth);
756 if (!send_ok (auth))
1119 if (!send_ok (auth))
1224 if (!send_ok (auth))
1503 send_ok (DBusAuth *auth) function
/external/webrtc/webrtc/video/
H A Dend_to_end_tests.cc2612 bool send_ok = false; local
2617 if (!send_ok)
2618 send_ok = CheckSendStats();
2620 if (receive_ok && send_ok)

Completed in 1111 milliseconds