Lines Matching refs:bufferIndex
127 DataCallbackMsg msgType, uint32_t data, uint32_t bufferIndex, in dataCallback() argument
136 sDataCb((int32_t) msgType, mHidlMemPoolMap.at(data), bufferIndex, &md, this); in dataCallback()
142 uint32_t bufferIndex, int64_t timestamp) { in dataCallbackTimestamp() argument
147 sDataCbTimestamp(timestamp, (int32_t) msgType, mHidlMemPoolMap.at(data), bufferIndex, this); in dataCallbackTimestamp()
153 uint32_t bufferIndex, int64_t timestamp) { in handleCallbackTimestamp() argument
160 mem->mBuffers[bufferIndex]->pointer(); in handleCallbackTimestamp()
162 sDataCbTimestamp(timestamp, (int32_t) msgType, mHidlMemPoolMap.at(data), bufferIndex, this); in handleCallbackTimestamp()
180 if (hidl_msg.bufferIndex >= mem->mNumBufs) { in handleCallbackTimestampBatch()
182 hidl_msg.bufferIndex, mem->mNumBufs); in handleCallbackTimestampBatch()
186 mem->mBuffers[hidl_msg.bufferIndex]->pointer(); in handleCallbackTimestampBatch()
189 msgs.push_back({hidl_msg.timestamp, mem->mBuffers[hidl_msg.bufferIndex]}); in handleCallbackTimestampBatch()
614 int bufferIndex = offset / size; in releaseRecordingFrame() local
621 mHidlDevice->releaseRecordingFrameHandle(heapId, bufferIndex, frame); in releaseRecordingFrame()
625 mHidlDevice->releaseRecordingFrame(heapId, bufferIndex); in releaseRecordingFrame()
646 uint32_t bufferIndex = offset / size; in releaseRecordingFrameBatch() local
651 msgs.push_back({nh, heapId, bufferIndex}); in releaseRecordingFrameBatch()