Home
last modified time | relevance | path

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

/system/chre/platform/shared/
Dnanoapp_loader.cc375 uintptr_t initFunction = reinterpret_cast<uintptr_t>(*funcPtr); in callInitArray() local
376 ((void (*)())initFunction)(); in callInitArray()
377 offset += sizeof(initFunction); in callInitArray()