OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:failIfInKernel
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/rsov/driver/
rsovRuntimeStubs.cpp
137
static bool
failIfInKernel
(Context *rsc, const char *funcName) {
185
if (
failIfInKernel
(rsc, "rsAllocationIoSend")) return;
191
if (
failIfInKernel
(rsc, "rsAllocationIoReceive")) return;
201
if (
failIfInKernel
(rsc, "rsAllocationCopy1DRange")) return;
214
if (
failIfInKernel
(rsc, "rsAllocationCopy2DRange")) return;
[
all
...]
/frameworks/rs/driver/
rsdRuntimeStubs.cpp
151
static bool
failIfInKernel
(Context *rsc, const char *funcName) {
196
if (
failIfInKernel
(rsc, "rsAllocationIoSend"))
203
if (
failIfInKernel
(rsc, "rsAllocationIoReceive"))
214
if (
failIfInKernel
(rsc, "rsAllocationCopy1DRange"))
229
if (
failIfInKernel
(rsc, "rsAllocationCopy2DRange"))
[
all
...]
Completed in 102 milliseconds