HomeSort by relevance Sort by last modified time
    Searched refs:InternalRoutine (Results 1 - 2 of 2) sorted by null

  /external/drm_hwcomposer/
worker.h 55 static void *InternalRoutine(void *worker);
worker.cpp 58 ret = pthread_create(&thread_, NULL, InternalRoutine, this);
144 void *Worker::InternalRoutine(void *arg) {

Completed in 81 milliseconds