OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getTimestamp
(Results
1 - 25
of
100
) sorted by null
1
2
3
4
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpamsg.h
25
QDateTime
getTimestamp
() const { return timestamp; }
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
ITestSummary.java
31
String
getTimestamp
();
56
* Expected format: {@link TimeUtil#
getTimestamp
()}
TimeUtil.java
55
static String
getTimestamp
() {
56
return
getTimestamp
(System.currentTimeMillis());
66
static String
getTimestamp
(long time) {
TestSummaryXml.java
65
public String
getTimestamp
() {
/frameworks/av/media/libnbaio/
AudioStreamOutSink.cpp
82
status_t AudioStreamOutSink::
getTimestamp
(AudioTimestamp& timestamp)
MonoPipe.cpp
316
status_t MonoPipe::
getTimestamp
(AudioTimestamp& timestamp)
/frameworks/base/media/java/android/media/
Image.java
112
public abstract long
getTimestamp
();
/libcore/luni/src/main/java/java/security/
CodeSigner.java
99
public Timestamp
getTimestamp
() {
Timestamp.java
104
public Date
getTimestamp
() {
/external/smack/src/org/jivesoftware/smackx/workgroup/agent/
RevokedOffer.java
95
public Date
getTimestamp
() {
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
CSVFormatter.java
45
rowOutput.append(entry.
getTimestamp
());
/hardware/invensense/60xx/libsensors/
SensorBase.cpp
84
int64_t SensorBase::
getTimestamp
() {
/hardware/invensense/65xx/libsensors_iio/
SensorBase.cpp
88
int64_t SensorBase::
getTimestamp
()
/device/samsung/manta/libsensors/
SensorBase.cpp
90
int64_t SensorBase::
getTimestamp
() {
/frameworks/base/location/java/android/location/
Country.java
132
public final long
getTimestamp
() {
/hardware/invensense/60xx/libsensors_iio/
MPLSupport.cpp
30
int64_t
getTimestamp
()
163
var, filename,
getTimestamp
());
/development/samples/Support7Demos/src/com/example/android/supportv7/media/
PlaylistItem.java
102
public long
getTimestamp
() {
/external/apache-http/src/org/apache/http/util/
VersionInfo.java
147
public final String
getTimestamp
() {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/
RSSFeedCreateFeedTask.java
93
sb.append(" <updated>" +
getTimestamp
() + "</updated>" + NL); //$NON-NLS-1$ //$NON-NLS-2$
121
private String
getTimestamp
() { // eg., 2006-04-10T20:40:08Z
/frameworks/av/include/media/nbaio/
NBAIO.h
220
virtual status_t
getTimestamp
(AudioTimestamp& timestamp) { return INVALID_OPERATION; }
/frameworks/av/media/libmedia/
IAudioTrack.cpp
172
virtual status_t
getTimestamp
(AudioTimestamp& timestamp) {
270
status_t status =
getTimestamp
(timestamp);
/frameworks/av/media/libstagefright/
SurfaceMediaSource.cpp
83
nsecs_t SurfaceMediaSource::
getTimestamp
() {
84
ALOGV("
getTimestamp
");
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
Frame.java
91
public final long
getTimestamp
() {
92
return mBackingStore.
getTimestamp
();
99
return mBackingStore.
getTimestamp
() / 1000000L;
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaSessionStatus.java
95
public long
getTimestamp
() {
132
TimeUtils.formatDuration(SystemClock.elapsedRealtime() -
getTimestamp
(), result);
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
DataStatus.java
97
public long
getTimestamp
() {
Completed in 869 milliseconds
1
2
3
4