OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rsAllocationIoSend
(Results
1 - 3
of
3
) sorted by null
/frameworks/rs/
rsApiStubs.cpp
507
extern "C" void
rsAllocationIoSend
(RsContext ctxWrapper, RsAllocation alloc)
[
all
...]
/frameworks/rs/rsov/driver/
rsovRuntimeStubs.cpp
183
void __attribute__((overloadable))
rsAllocationIoSend
(::rs_allocation a) {
185
if (failIfInKernel(rsc, "
rsAllocationIoSend
")) return;
[
all
...]
/frameworks/rs/driver/
rsdRuntimeStubs.cpp
194
void __attribute__((overloadable))
rsAllocationIoSend
(::rs_allocation a) {
196
if (failIfInKernel(rsc, "
rsAllocationIoSend
"))
[
all
...]
Completed in 316 milliseconds