Searched refs:produceFrame (Results 1 – 7 of 7) sorted by relevance
104 bool produceFrame(void* buffer, int64_t* timestamp) override;
76 bool produceFrame(void* buffer, int64_t* timestamp) override;
88 bool produceFrame(void* buffer, int64_t* timestamp) override;
458 virtual bool produceFrame(void* buffer, int64_t* timestamp) = 0;652 return cameraDevice->produceFrame(buffer, timestamp); in staticProduceFrame()
293 bool EmulatedQemuCameraDevice::produceFrame(void* buffer, int64_t* timestamp) in produceFrame() function in android::EmulatedQemuCameraDevice
206 bool EmulatedFakeCameraDevice::produceFrame(void* buffer, int64_t* timestamp) in produceFrame() function in android::EmulatedFakeCameraDevice
519 bool EmulatedFakeRotatingCameraDevice::produceFrame(void* buffer, in produceFrame() function in android::EmulatedFakeRotatingCameraDevice