OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_authenticated
(Results
1 - 6
of
6
) sorted by null
/hardware/intel/common/libva/va/drm/
va_drm_auth.c
55
bool
is_authenticated
= false;
local
58
for (i = 0; !
is_authenticated
; i++) {
61
is_authenticated
= auth && (pid == client_pid || is_local_tid(pid));
63
return
is_authenticated
;
/hardware/intel/common/libva/va/wayland/
va_wayland_drm.c
49
unsigned int
is_authenticated
: 1;
member in struct:va_wayland_drm_context
97
wl_drm_ctx->
is_authenticated
= 1;
129
wl_drm_ctx->
is_authenticated
= 0;
183
wl_drm_ctx->
is_authenticated
= 0;
220
if (!wl_drm_ctx->
is_authenticated
)
/external/chromium_org/remoting/host/
chromoting_host.cc
257
if (client->
is_authenticated
()) {
client_session.h
162
bool
is_authenticated
() { return auth_input_filter_.enabled(); }
function in class:remoting::ClientSession
client_session.cc
392
//
is_authenticated
(), so that we can disable |auth_*_filter_| here.
/external/bluetooth/bluedroid/bta/jv/
bta_jv_api.c
422
BOOLEAN
is_authenticated
= FALSE;
local
428
is_authenticated
= TRUE;
430
return
is_authenticated
;
[
all
...]
Completed in 201 milliseconds