Home
last modified time | relevance | path

Searched defs:startFunc (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/system/chre/test/simulation/
H A Dtest_util.cc131 decltype(nanoappStart) *startFunc, in createStaticNanoapp()
141 uint32_t appVersion, uint32_t appPerms, decltype(nanoappStart) *startFunc, in createStaticNanoapp()
183 uint32_t appPerms, decltype(nanoappStart) *startFunc, in loadNanoapp()
/aosp_15_r20/frameworks/base/cmds/gpu_counter_producer/
H A Dmain.cpp56 FN_PTR startFunc = (FN_PTR)dlsym(handle, "start"); in loadLibrary() local
148 FN_PTR startFunc = nullptr; in main() local
/aosp_15_r20/cts/hostsidetests/graphics/gpuprofiling/app/
H A Dandroid_graphics_cts_GpuCounters.cpp67 FN_PTR startFunc = (FN_PTR)dlsym(handle, "start"); in startCounterProducer() local