OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocationIoSend
(Results
1 - 6
of
6
) sorted by null
/hardware/interfaces/renderscript/1.0/vts/functional/
VtsMiscellaneousTests.cpp
145
* allocationGetNativeWindow, allocationSetNativeWindow,
allocationIoSend
,
184
context->
allocationIoSend
(allocationSend);
198
* allocation2DWrite, allocation2DRead,
allocationIoSend
,
250
context->
allocationIoSend
(allocationSend);
258
context->
allocationIoSend
(allocationSend);
/hardware/interfaces/renderscript/1.0/
IContext.hal
521
allocationIoSend
(Allocation allocation);
[
all
...]
/hardware/interfaces/renderscript/1.0/default/
Context.h
65
Return<void>
allocationIoSend
(Allocation allocation) override;
Context.cpp
321
Return<void> Context::
allocationIoSend
(Allocation allocation) {
323
Device::getHal().
AllocationIoSend
(mContext, _allocation);
[
all
...]
/frameworks/rs/
rsHidlAdaptation.cpp
111
mEntryFuncs.
AllocationIoSend
=
AllocationIoSend
;
[
all
...]
/test/vts/compilation_tools/vtsc/test/golden/FUZZER/
Context.fuzzer.cpp
990
} else if (target_func == "
allocationIoSend
") {
[
all
...]
Completed in 52 milliseconds