OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_session
(Results
1 - 8
of
8
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cdonts.h
312
virtual HRESULT WINAPI
get_Session
(VARIANT *varSession) = 0;
339
HRESULT (WINAPI *
get_Session
)(ISession *This,VARIANT *varSession);
368
#define ISession_get_Session(This,varSession) (This)->lpVtbl->
get_Session
(This,varSession)
426
virtual HRESULT WINAPI
get_Session
(VARIANT *varSession) = 0;
443
HRESULT (WINAPI *
get_Session
)(Folder *This,VARIANT *varSession);
462
#define Folder_get_Session(This,varSession) (This)->lpVtbl->
get_Session
(This,varSession)
490
virtual HRESULT WINAPI
get_Session
(VARIANT *varSession) = 0;
[
all
...]
rtccore.h
[
all
...]
tapi3cc.h
[
all
...]
asptlb.h
[
all
...]
tapi3.h
[
all
...]
adoint.h
[
all
...]
/hardware/qcom/audio/voice_processing/
voice_processing.c
391
static struct session_s *
get_session
(int32_t id, int32_t sessionId, int32_t ioId)
function
402
ALOGV("
get_session
() effect %d already created", id);
405
ALOGV("
get_session
() found session %p", session);
416
ALOGV("
get_session
() created session %p", session);
686
session =
get_session
(id, sessionId, ioId);
/external/iproute2/ip/
ipl2tp.c
368
static int
get_session
(struct l2tp_data *p)
function
712
get_session
(&data);
Completed in 3171 milliseconds