Searched defs:funcs (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_metadata_spec.h77 RSFunction *funcs; member in struct:RSMetadata
/frameworks/rs/
H A DrsContext.h70 RsdHalFunctions funcs; member in struct:android::renderscript::Context::Hal
/frameworks/native/cmds/atrace/
H A Datrace.cpp403 static bool verifyKernelTraceFuncs(const char* funcs) argument
424 // Make sure that every function listed in funcs is in the list we just
427 char* myFuncs = strdup(funcs);
445 static bool setKernelTraceFuncs(const char* funcs) argument
449 if (funcs == NULL || funcs[0] == '\0') {
467 char* myFuncs = strdup(funcs);
477 ok &= verifyKernelTraceFuncs(funcs);

Completed in 323 milliseconds