OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:contextInitToClient
(Results
1 - 6
of
6
) sorted by null
/hardware/interfaces/renderscript/1.0/vts/functional/
VtsMiscellaneousTests.cpp
269
* Calls:
contextInitToClient
, contextSendMessage, contextPeekMessage,
273
context->
contextInitToClient
();
/hardware/interfaces/renderscript/1.0/
IContext.hal
714
contextInitToClient
();
[
all
...]
/hardware/interfaces/renderscript/1.0/default/
Context.h
78
Return<void>
contextInitToClient
() override;
Context.cpp
446
Return<void> Context::
contextInitToClient
() {
447
Device::getHal().
ContextInitToClient
(mContext);
[
all
...]
/frameworks/rs/
rsHidlAdaptation.cpp
128
mEntryFuncs.
ContextInitToClient
=
ContextInitToClient
;
397
void RsHidlAdaptation::
ContextInitToClient
(RsContext context)
399
GetIContextHandle(context)->
contextInitToClient
();
[
all
...]
/test/vts/compilation_tools/vtsc/test/golden/FUZZER/
Context.fuzzer.cpp
[
all
...]
Completed in 59 milliseconds