Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DWorkQueue.cpp27 WorkQueue::WorkQueue(size_t maxThreads, bool canCallJava) : in WorkQueue()
160 WorkQueue::WorkThread::WorkThread(WorkQueue* workQueue, bool canCallJava) : in WorkThread()
/frameworks/av/media/libstagefright/foundation/
DALooper.cpp97 bool runOnCallingThread, bool canCallJava, int32_t priority) { in start()
/frameworks/av/media/libstagefright/
DVideoFrameScheduler2.cpp234 ChoreographerThread::ChoreographerThread(bool canCallJava) : Thread(canCallJava) { in ChoreographerThread()