Lines Matching refs:sp
36 sp<Camera> camera;
37 sp<MediaRecorder> recorder;
38 sp<SurfaceComposerClient> client;
39 sp<SurfaceControl> surfaceControl;
40 sp<Surface> previewSurface;
448 void my_raw_callback(const sp<IMemory>& mem) { in my_raw_callback()
496 void saveFile(const sp<IMemory>& mem) { in saveFile()
562 void my_preview_callback(const sp<IMemory>& mem) { in my_preview_callback()
582 void my_jpeg_callback(const sp<IMemory>& mem) { in my_jpeg_callback()
686 const sp<IMemory>& dataPtr, in postData()
714 void CameraHandler::postDataTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPt… in postDataTimestamp()
2349 sp<ProcessState> proc(ProcessState::self()); in main()