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

  /frameworks/av/include/common_time/
ICommonTimeConfig.h 60 sp<ICommonTimeConfig> clk = interface_cast<ICommonTimeConfig>(binder); local
61 return clk;
ICommonClock.h 95 sp<ICommonClock> clk = interface_cast<ICommonClock>(binder); local
96 return clk;
  /external/fio/arch/
arch-s390.h 27 unsigned long long clk; local
34 __asm__ __volatile__("stckf %0" : "=Q" (clk) : : "cc");
36 __asm__ __volatile__("stck %0" : "=Q" (clk) : : "cc");
38 return clk>>12;