Searched refs:DecodeThread (Results 1 – 3 of 3) sorted by relevance
35 private class DecodeThread extends Thread { class in BitmapManagerUnitTests38 public DecodeThread() { in DecodeThread() method in BitmapManagerUnitTests.DecodeThread72 Thread t = new DecodeThread(); in testCanThreadDecoding()87 DecodeThread t = new DecodeThread(); in testDefaultAllowDecoding()98 DecodeThread t = new DecodeThread(); in testCancelDecoding()110 DecodeThread t = new DecodeThread(); in testAllowDecoding()123 DecodeThread t1 = new DecodeThread(); in testThreadDecoding()124 DecodeThread t2 = new DecodeThread(); in testThreadDecoding()
58 struct DecodeThread;76 sp<DecodeThread> mThread;
289 struct HeifDecoderImpl::DecodeThread : public Thread { struct in android::HeifDecoderImpl290 explicit DecodeThread(HeifDecoderImpl *decoder) : mDecoder(decoder) {} in DecodeThread() function297 DISALLOW_EVIL_CONSTRUCTORS(DecodeThread);300 bool HeifDecoderImpl::DecodeThread::threadLoop() { in threadLoop()577 mThread = new DecodeThread(this); in decode()