Lines Matching refs:memId
460 MemoryId memId , unsigned index, native_handle_t* handle) {
469 (DataCallbackMsg) msg_type, handle, memId, index, timestamp);
480 mInflightBatch.push_back({handle, memId, index, timestamp});
830 uint32_t memId, uint32_t bufferIndex, const native_handle_t* handle) {
839 auto it = mMemoryMap.find(memId);
841 ALOGE("%s unknown memoryId %d", __FUNCTION__, memId);
864 ALOGE("%s:Malform VideoNativeHandleMetadata at memId %d, bufferId %d",
865 __FUNCTION__, memId, bufferIndex);
873 Return<void> CameraDevice::releaseRecordingFrame(uint32_t memId, uint32_t bufferIndex) {
876 releaseRecordingFrameLocked(memId, bufferIndex, nullptr);
881 uint32_t memId, uint32_t bufferIndex, const hidl_handle& frame) {
885 memId, bufferIndex, frame.getNativeHandle());