Searched defs:p (Results 1 – 7 of 7) sorted by relevance
/bootable/recovery/minui/ |
D | graphics.cpp | 98 static void incr_x(uint32_t** p, int row_pixels) { in incr_x() 111 static void incr_y(uint32_t** p, int row_pixels) { in incr_y() 247 uint32_t* p = PixelAt(gr_draw, x1, y1, row_pixels); in gr_fill() local
|
/bootable/recovery/bootloader_message/ |
D | bootloader_message.cpp | 90 static bool read_misc_partition(void* p, size_t size, const std::string& misc_blk_device, in read_misc_partition() 114 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/recovery/applypatch/ |
D | applypatch.cpp | 191 for (size_t p = 0; p < len; p += sizeof(buffer)) { in WriteBufferToPartition() local
|
D | imgdiff.cpp | 1185 for (auto& p : patch_chunks) { in GeneratePatches() local
|
/bootable/recovery/recovery_ui/ |
D | screen_ui.cpp | 469 float p = progressScopeStart + progress * progressScopeSize; in draw_foreground_locked() local 562 for (const auto& p : surfaces) { in SelectAndShowBackgroundText() local 797 float p = 1.0 * elapsed / duration; in ProgressThreadLoop() local
|
/bootable/recovery/updater/ |
D | blockimg.cpp | 483 size_t p = 0; in ReadBlocks() local
|