OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sessionflag
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/libmix/videoencoder/
IntelMetadataBuffer.cpp
36
uint32_t
sessionflag
;
member in struct:ShareMemMap
62
static ShareMemMap* ReadMemObjFromBinder(const Parcel& data, uint32_t
sessionflag
, intptr_t value) {
69
map->
sessionflag
=
sessionflag
;
155
static void ClearLocalMem(uint32_t
sessionflag
)
163
if ((*node)->
sessionflag
==
sessionflag
) //remove all buffers belong to this session
177
static ShareMemMap* FindShareMem(uint32_t
sessionflag
, intptr_t value, bool isBackup)
186
if ((*node)->
sessionflag
==
sessionflag
&& (*node)->value_backup == value
258
uint32_t
sessionflag
= data.readInt32();
local
822
uint32_t
sessionflag
= 0;
local
[
all
...]
IntelMetadataBuffer.h
65
uint32_t
sessionFlag
; //for buffer sharing session
120
IMB_Result GetSessionFlag(uint32_t &
sessionflag
);
121
IMB_Result SetSessionFlag(uint32_t
sessionflag
);
124
static IMB_Result ClearContext(uint32_t
sessionflag
, bool isProvider = true);
Completed in 64 milliseconds