Searched defs:bufId (Results 1 - 3 of 3) sorted by relevance

/hardware/interfaces/camera/device/3.2/default/
H A DCameraDeviceSession.cpp276 uint64_t bufId = allBufIds[i]; local
278 if (cbs.count(bufId) == 0) {
280 ALOGE("%s: bufferId %" PRIu64 " has null buffer handle!", __FUNCTION__, bufId);
290 cbs[bufId] = importedBuf;
293 allBufPtrs[i] = &cbs[bufId];
/hardware/interfaces/camera/device/3.4/default/
H A DExternalCameraDeviceSession.cpp476 uint64_t bufId = allBufIds[i]; local
478 if (cbs.count(bufId) == 0) {
480 ALOGE("%s: bufferId %" PRIu64 " has null buffer handle!", __FUNCTION__, bufId);
490 cbs[bufId] = importedBuf;
493 allBufPtrs[i] = &cbs[bufId];
/hardware/interfaces/camera/provider/2.4/vts/functional/
H A DVtsHalCameraProviderV2_4TargetTest.cpp384 uint64_t bufId = mNextBufferId++; local
385 mBufferIdMap[buf] = bufId;
386 mReversedBufMap[bufId] = anb;
387 return std::make_pair(true, bufId);

Completed in 35 milliseconds