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

  /device/google/marlin/camera/QCamera2/HAL/
QCameraAllocator.h 45 } BackgroundTask;
57 virtual uint32_t scheduleBackgroundTask(BackgroundTask* bgTask) = 0;
QCameraStream.h 265 BackgroundTask mAllocTask;
267 BackgroundTask mMapTask;
QCamera2HWI.h 490 virtual uint32_t scheduleBackgroundTask(BackgroundTask* bgTask);
693 BackgroundTask *genericArgs;
QCamera2HWI.cpp     [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraAllocator.h 45 } BackgroundTask;
59 virtual uint32_t scheduleBackgroundTask(BackgroundTask* bgTask) = 0;
QCameraStream.h 274 BackgroundTask mAllocTask;
276 BackgroundTask mMapTask;
QCamera2HWI.h 516 virtual uint32_t scheduleBackgroundTask(BackgroundTask* bgTask);
735 BackgroundTask *genericArgs;
    [all...]
QCamera2HWI.cpp     [all...]
  /external/v8/src/compiler-dispatcher/
compiler-dispatcher.cc 164 class CompilerDispatcher::BackgroundTask : public CancelableTask {
166 BackgroundTask(Isolate* isolate, CancelableTaskManager* task_manager,
168 ~BackgroundTask() override;
176 DISALLOW_COPY_AND_ASSIGN(BackgroundTask);
179 CompilerDispatcher::BackgroundTask::BackgroundTask(
184 CompilerDispatcher::BackgroundTask::~BackgroundTask() {}
186 void CompilerDispatcher::BackgroundTask::RunInternal() {
576 new BackgroundTask(isolate_, task_manager_.get(), this)
    [all...]
compiler-dispatcher.h 135 class BackgroundTask;
176 // Number of currently scheduled BackgroundTask objects.

Completed in 855 milliseconds