Searched refs:totalSize (Results 1 – 8 of 8) sorted by relevance
/hardware/qcom/gps/sdm845/utils/ |
D | LocHeap.cpp | 199 int totalSize = mSize; in checkNodes() local 206 totalSize -= mLeft->mSize; in checkNodes() 215 totalSize -= mRight->mSize; in checkNodes() 219 return totalSize == 1; in checkNodes()
|
/hardware/qcom/gps/msm8909/utils/ |
D | LocHeap.cpp | 199 int totalSize = mSize; in checkNodes() local 206 totalSize -= mLeft->mSize; in checkNodes() 215 totalSize -= mRight->mSize; in checkNodes() 219 return totalSize == 1; in checkNodes()
|
/hardware/qcom/gps/msm8996/utils/ |
D | LocHeap.cpp | 199 int totalSize = mSize; in checkNodes() local 206 totalSize -= mLeft->mSize; in checkNodes() 215 totalSize -= mRight->mSize; in checkNodes() 219 return totalSize == 1; in checkNodes()
|
/hardware/qcom/gps/msm8998/utils/ |
D | LocHeap.cpp | 199 int totalSize = mSize; in checkNodes() local 206 totalSize -= mLeft->mSize; in checkNodes() 215 totalSize -= mRight->mSize; in checkNodes() 219 return totalSize == 1; in checkNodes()
|
/hardware/interfaces/drm/1.0/vts/functional/ |
D | drm_hal_clearkey_test.cpp | 997 size_t totalSize = 0; in decrypt() local 999 totalSize += subSamples[i].numBytesOfClearData; in decrypt() 1000 totalSize += subSamples[i].numBytesOfEncryptedData; in decrypt() 1006 getDecryptMemory(totalSize * 2, kSegmentIndex); in decrypt() 1009 .bufferId = kSegmentIndex, .offset = 0, .size = totalSize}; in decrypt() 1014 .offset = totalSize, in decrypt() 1015 .size = totalSize}, in decrypt() 1029 if (bytesWritten != totalSize) { in decrypt() 1036 vector<uint8_t> reference(totalSize); in decrypt() 1041 memcpy(&reference[0], base, totalSize); in decrypt() [all …]
|
D | drm_hal_vendor_test.cpp | 1302 size_t totalSize = 0; in decrypt() local 1304 totalSize += subSamples[i].numBytesOfClearData; in decrypt() 1305 totalSize += subSamples[i].numBytesOfEncryptedData; in decrypt() 1311 getDecryptMemory(totalSize * 2, kSegmentIndex); in decrypt() 1314 .bufferId = kSegmentIndex, .offset = 0, .size = totalSize}; in decrypt() 1319 .offset = totalSize, in decrypt() 1320 .size = totalSize}, in decrypt() 1333 if (bytesWritten != totalSize) { in decrypt() 1340 vector<uint8_t> reference(totalSize); in decrypt() 1345 memcpy(&reference[0], base, totalSize); in decrypt() [all …]
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 7324 ssize_t totalSize = (mSize * mCount + 4095) & (~4095); in __allocate() local 7328 if (mUaddr || !totalSize) { in __allocate() 7332 totalSize, in __allocate() 7336 DEBUG_PRINT_ERROR("Failed to alloc extradata memory: %zd", totalSize); in __allocate() 7340 mUaddr = (char *)mmap(NULL, totalSize, in __allocate() 7511 ssize_t totalSize = (mCount * mSize + 4095) & (~4095); in __free() local 7513 munmap((void *)mUaddr, totalSize); in __free()
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/src/ |
D | mm_jpeg.c | 512 size_t totalSize = 0; in mm_jpeg_session_config_main_buffer_offset() local 527 totalSize = p_src_buf->buf_size; in mm_jpeg_session_config_main_buffer_offset() 541 totalSize, in mm_jpeg_session_config_main_buffer_offset()
|