Lines Matching refs:IMemory
51 virtual void releaseRecordingFrame(const sp<IMemory>& mem);
107 static void dataCallback(int32_t msgType, const sp<IMemory>& dataPtr,
109 static void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr, void* user);
114 void handlePreviewData(int32_t msgType, const sp<IMemory>& mem,
116 void handlePostview(const sp<IMemory>& mem);
117 void handleRawPicture(const sp<IMemory>& mem);
118 void handleCompressedPicture(const sp<IMemory>& mem);
120 void handleGenericData(int32_t msgType, const sp<IMemory>& dataPtr,
122 void handleGenericDataTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr);
158 // mAvailableCallbackBuffers stores sp<IMemory> that HAL uses to send VideoNativeHandleMetadata.
162 std::vector<sp<IMemory>> mAvailableCallbackBuffers;