Searched defs:p (Results 1 – 7 of 7) sorted by relevance
/bootable/recovery/minui/ |
D | graphics.cpp | 141 static void incr_x(uint32_t** p, int row_pixels) { in incr_x() 154 static void incr_y(uint32_t** p, int row_pixels) { in incr_y() 292 uint32_t* p = PixelAt(gr_draw, x1, y1, row_pixels); in gr_fill() local
|
/bootable/recovery/bootloader_message/ |
D | bootloader_message.cpp | 92 static bool read_misc_partition(void* p, size_t size, const std::string& misc_blk_device, in read_misc_partition() 116 bool write_misc_partition(const void* p, size_t size, const std::string& misc_blk_device, in write_misc_partition()
|
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/ |
D | UpdateConfig.java | 80 JSONObject p = propertyFilesJson.getJSONObject(i); in fromJson() local
|
/bootable/deprecated-ota/applypatch/ |
D | applypatch.cpp | 191 for (size_t p = 0; p < len; p += sizeof(buffer)) { in WriteBufferToPartition() local
|
D | imgdiff.cpp | 1211 for (auto& p : patch_chunks) { in GeneratePatches() local
|
/bootable/recovery/recovery_ui/ |
D | screen_ui.cpp | 475 float p = progressScopeStart + progress * progressScopeSize; in draw_foreground_locked() local 568 for (const auto& p : surfaces) { in SelectAndShowBackgroundText() local 803 float p = 1.0 * elapsed / duration; in ProgressThreadLoop() local
|
/bootable/deprecated-ota/updater/ |
D | blockimg.cpp | 483 size_t p = 0; in ReadBlocks() local
|