Home | History | Annotate | Download | only in api1

Lines Matching refs:sp

37     virtual status_t        connect(const sp<ICameraClient>& client);
40 virtual status_t setPreviewTarget(const sp<IGraphicBufferProducer>& bufferProducer);
43 const sp<IGraphicBufferProducer>& callbackProducer);
51 virtual void releaseRecordingFrame(const sp<IMemory>& mem);
60 CameraClient(const sp<CameraService>& cameraService,
61 const sp<ICameraClient>& cameraClient,
99 static void dataCallback(int32_t msgType, const sp<IMemory>& dataPtr,
101 static void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr, void* user);
104 void handlePreviewData(int32_t msgType, const sp<IMemory>& mem,
106 void handlePostview(const sp<IMemory>& mem);
107 void handleRawPicture(const sp<IMemory>& mem);
108 void handleCompressedPicture(const sp<IMemory>& mem);
110 void handleGenericData(int32_t msgType, const sp<IMemory>& dataPtr,
112 void handleGenericDataTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr);
116 const sp<ICameraClient>& client,
117 const sp<IMemoryHeap>& heap,
124 const sp<IBinder>& binder,
125 const sp<ANativeWindow>& window);
129 sp<CameraHardwareInterface> mHardware; // cleared after disconnect()
138 sp<IBinder> mSurface;
139 sp<ANativeWindow> mPreviewWindow;
143 sp<MemoryHeapBase> mPreviewBuffer;