Searched refs:blockIdx (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/jni/ |
D | com_android_server_pm_PackageManagerShellCommandDataLoader.cpp | 106 BlockIdx blockIdx = -1; member 120 BlockIdx blockIdx; member 126 BlockIdx blockIdx = -1) { in sendRequest() argument 130 .blockIdx = static_cast<int32_t>(be32toh(blockIdx))}; in sendRequest() 471 IncFsBlockIndex blockIdx = 0; in copyToIncFs() local 476 if (!flashToIncFs(incfsFd, kind, false, &blockIdx, buffer, blocks)) { in copyToIncFs() 505 if (!buffer->empty() && !flashToIncFs(incfsFd, kind, true, &blockIdx, buffer, blocks)) { in copyToIncFs() 511 bool flashToIncFs(borrowed_fd incfsFd, IncFsBlockKind kind, bool eof, IncFsBlockIndex* blockIdx, in flashToIncFs() argument 518 .pageIndex = (*blockIdx)++, in flashToIncFs() 531 .pageIndex = (*blockIdx)++, in flashToIncFs() [all …]
|