Home
last modified time | relevance | path

Searched refs:RS_INIT_WAIT_FOR_ATTACH (Results 1 – 12 of 12) sorted by relevance

/frameworks/rs/tests/lldb/cpp/WaitAttach/
DWaitAttach.cpp26 rs->init("/data/rscache", RS_INIT_LOW_LATENCY | RS_INIT_WAIT_FOR_ATTACH); in main()
/frameworks/rs/tests/lldb/cpp/MultipleRSFiles/
DMultipleRSFiles.cpp27 rs->init("/data/rscache", RS_INIT_LOW_LATENCY | RS_INIT_WAIT_FOR_ATTACH); in main()
/frameworks/rs/tests/lldb/jni/NoDebugWaitAttach/jninodebugwaitattach/
Djninodebugwaitattach.cpp34 rs->init(path, RS_INIT_LOW_LATENCY | RS_INIT_WAIT_FOR_ATTACH); in Java_com_android_rs_jninodebugwaitattach_MainActivity_nativeRS()
/frameworks/rs/tests/lldb/cpp/BranchingFunCalls/
DBranchingFunCalls.cpp26 rs->init("/data/rscache", RS_INIT_LOW_LATENCY | RS_INIT_WAIT_FOR_ATTACH); in main()
/frameworks/rs/tests/lldb/jni/DebugWaitAttach/jnidebugwaitattach/
Djnidebugwaitattach.cpp34 rs->init(path, RS_INIT_LOW_LATENCY | RS_INIT_WAIT_FOR_ATTACH); in Java_com_android_rs_jnidebugwaitattach_MainActivity_nativeRS()
/frameworks/rs/tests/lldb/jni/MultipleRSFiles/jnimultiplersfiles/
Djnimultiplersfiles.cpp35 rs->init(path, RS_INIT_LOW_LATENCY | RS_INIT_WAIT_FOR_ATTACH); in Java_com_android_rs_jnimultiplersfiles_MainActivity_nativeRS()
/frameworks/rs/tests/lldb/jni/BranchingFunCalls/jnibranchingfuncalls/
Djnibranchingfuncalls.cpp34 rs->init(path, RS_INIT_LOW_LATENCY | RS_INIT_WAIT_FOR_ATTACH); in Java_com_android_rs_jnibranchingfuncalls_MainActivity_nativeRS()
/frameworks/rs/tests/lldb/cpp/KernelVariables/
DKernelVariables.cpp26 rs->init("/data/rscache", RS_INIT_LOW_LATENCY | RS_INIT_WAIT_FOR_ATTACH); in main()
/frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/
Djnikernelvariables.cpp34 rs->init(path, RS_INIT_LOW_LATENCY | RS_INIT_WAIT_FOR_ATTACH); in Java_com_android_rs_jnikernelvariables_MainActivity_nativeRS()
/frameworks/rs/tests/lldb/cpp/Allocations/
DAllocations.cpp332 mRS->init("/data/rscache", RS_INIT_LOW_LATENCY | RS_INIT_WAIT_FOR_ATTACH); in main()
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
Djniallocations.cpp341 mRS->init(path, RS_INIT_LOW_LATENCY | RS_INIT_WAIT_FOR_ATTACH); in Java_com_android_rs_jniallocations_MainActivity_nativeRS()
/frameworks/rs/cpp/
DrsCppStructs.h74RS_INIT_WAIT_FOR_ATTACH = 8, ///< Kernel execution will hold to give time for a debugger to be a… enumerator