Home
last modified time | relevance | path

Searched refs:is_authenticated (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/remoting/host/
Dclient_session.h151 bool is_authenticated() { return auth_input_filter_.enabled(); } in is_authenticated() function
Dchromoting_host.cc246 if (client->is_authenticated()) { in OnSessionClosed()
/external/bluetooth/bluedroid/bta/jv/
Dbta_jv_api.c422 BOOLEAN is_authenticated = FALSE; in BTA_JvIsAuthenticated() local
428 is_authenticated = TRUE; in BTA_JvIsAuthenticated()
430 return is_authenticated; in BTA_JvIsAuthenticated()