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

/system/bt/btif/src/
H A Dbtif_rc.c2980 uint8_t accepted = 0; local
2986 * check if this is accepted by TG
2990 accepted = 1;
2992 HAL_CBACK(bt_rc_ctrl_callbacks, setplayerappsetting_rsp_cb, &rc_addr, accepted);
/system/core/adb/
H A Dsysdeps_win32.cpp1063 PLOG(ERROR) << "adb_socket_accept: failed to allocate accepted socket "
1156 int accepted = -1; local
1187 accepted = adb_socket_accept(server, nullptr, nullptr);
1188 if (accepted < 0) {
1194 sv[1] = accepted;
1204 if (accepted >= 0) {
1205 adb_close(accepted);

Completed in 127 milliseconds