Searched refs:ctime (Results 1 - 9 of 9) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/
H A DCredential.java47 public Credential(long ctime, long expTime, String realm, boolean checkAAACert, argument
50 mCtime = ctime;
75 public Credential(long ctime, long expTime, String realm, boolean checkAAACert, argument
77 mCtime = ctime;
95 public Credential(long ctime, long expTime, String realm, boolean checkAAACert, argument
97 mCtime = ctime;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
H A DMOManager.java553 long ctime = getTime(credNode.getChild(TAG_CreationDate));
617 return new Credential(ctime, expTime, realm, checkAAACert, eapMethod, userName,
627 return new Credential(ctime, expTime, realm, checkAAACert, eapMethod,
642 return new Credential(ctime, expTime, realm, checkAAACert, eapMethod, imsi);
/frameworks/native/opengl/tests/hwc/
H A DhwcColorEquiv.cpp70 #include <ctime>
H A DhwcRects.cpp88 #include <ctime>
H A DhwcStress.cpp86 #include <ctime>
H A DhwcCommit.cpp78 #include <ctime>
/frameworks/compile/mclinker/unittests/
H A DLEB128Test.cpp13 #include <ctime>
/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp2383 uint64_t ctime __unused, mtime __unused, duration __unused;
2387 ctime = U64_AT(&buffer[4]);
2392 ctime = U32_AT(&buffer[4]);
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp25 #include <ctime>

Completed in 216 milliseconds