HomeSort by relevance Sort by last modified time
    Searched defs:ppi (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/widget/
Scroller.java 91 float ppi = context.getResources().getDisplayMetrics().density * 160.0f; local
94 * ppi // pixels per inch
OverScroller.java 500 final float ppi = context.getResources().getDisplayMetrics().density * 160.0f; local
503 * ppi // pixels per inch
  /external/blktrace/
blkparse.c 73 * some duplicated effort here, we can unify this hash and the ppi hash later
643 static inline int ppi_hash(struct per_process_info *ppi)
645 struct process_pid_map *ppm = ppi->ppm;
653 static inline void add_ppi_to_hash(struct per_process_info *ppi)
655 const int hash_idx = ppi_hash(ppi);
657 ppi->hash_next = ppi_hash_table[hash_idx];
658 ppi_hash_table[hash_idx] = ppi;
661 static inline void add_ppi_to_list(struct per_process_info *ppi)
663 ppi->list_next = ppi_list;
664 ppi_list = ppi;
671 struct per_process_info *ppi; local
689 struct per_process_info *ppi; local
706 struct per_process_info *ppi; local
1053 struct per_process_info *ppi = find_ppi(iot->ppm->pid); local
1090 struct per_process_info *ppi = find_ppi(iot->ppm->pid); local
1125 struct per_process_info *ppi = find_ppi(iot->ppm->pid); local
1144 struct per_process_info *ppi = find_ppi(pid); local
1717 struct per_process_info *ppi; local
1745 struct per_process_info *ppi; local
    [all...]
  /external/libvpx/vp8/encoder/
onyx_int.h 457 pre_proc_instance ppi; member in struct:__anon5136

Completed in 78 milliseconds