Home
last modified time | relevance | path

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

/frameworks/native/cmds/lshal/
DTimeout.h56 void *callAndNotify(void *data) { in callAndNotify() function
68 if (pthread_create(&thread, nullptr, callAndNotify, &state)) { in timeout()