/hardware/interfaces/tests/foo/1.0/ |
IFooCallback.hal | 32 // from the point of view of IFooCallback itself (timeNs). timeNs measures 36 // methods, callerBlockedNs should be slightly higher than timeNs. For 38 // timeNs. 43 int64_t timeNs;
|
/external/icu/icu4c/source/test/perf/leperf/ |
leperf.cpp | 96 double timeNs; 115 timeNs = 1000000000.0*(timeTaken/(double)loopCount); 116 u_printf("leperf: PFI .. took %.fs %.2fns/ea\nleperf: .. iter= %d\n", timeTaken, timeNs, (int32_t)loopCount); 117 u_printf("leperf: DATA|\"%s\"|%.2f|\n", U_ICU_VERSION, timeNs);
|
/system/tools/hidl/test/ |
FooCallback.cpp | 25 invokeInfo[i].timeNs = NOT_REPORTED; 38 invokeInfo[0].timeNs = end - start; 54 invokeInfo[1].timeNs = end - start; 70 invokeInfo[2].timeNs = end - start;
|
hidl_test_client.cpp | [all...] |
/frameworks/av/media/libstagefright/matroska/ |
MatroskaExtractor.h | 73 const mkvparser::CuePoint::TrackPosition *find(long long timeNs) const;
|
MatroskaExtractor.cpp | 172 long long timeNs) const { 180 if (timeNs <= cp->GetTime(mExtractor->mSegment)) { 192 if (cueTimeNs <= timeNs) { 204 if (cp->GetTime(mExtractor->mSegment) > timeNs) { [all...] |
/hardware/interfaces/gnss/1.0/ |
IGnssMeasurementCallback.hal | 133 * utcTimeNs = timeNs - (fullBiasNs + biasNs) - leapSecond * 160 int64_t timeNs; 168 * 'latched' by timeNs is defined as the reference clock vs. which all 178 * local estimate of GNSS time = timeNs - (fullBiasNs + biasNs) 246 * If, however, the timeNs value (HW clock) is derived from a composite of 256 * safely assumed that the timeNs value has been running continuously, e.g. 299 * The reference receiver's time is specified by GnssData::clock::timeNs. 302 * measurement time = GnssClock::timeNs + timeOffsetNs
|
/hardware/interfaces/gnss/1.0/default/ |
GnssMeasurement.cpp | 89 .timeNs = clockVal.time_ns, 216 gnssData.clock.timeNs = clockVal.time_ns;
|
/frameworks/av/media/libstagefright/ |
AudioSource.cpp | 300 int64_t timeUs, position, timeNs; 306 ts.getBestTimestamp(&position, &timeNs, ExtendedTimestamp::TIMEBASE_MONOTONIC, 309 timeUs = timeNs / 1000 -
|
/hardware/qcom/gps/msm8998/android/location_api/ |
GnssMeasurementAPIClient.cpp | 249 out.timeNs = in.timeNs;
|
/packages/apps/TV/src/com/android/tv/tuner/exoplayer/buffer/ |
BufferManager.java | 568 public void addWriteStat(long size, long timeNs) { 571 mTotalWriteTimeNs += timeNs;
|
/hardware/qcom/gps/msm8998/location/ |
LocationAPI.h | 511 int64_t timeNs; [all...] |
/frameworks/base/media/java/android/media/ |
MediaCodec.java | [all...] |
/frameworks/base/services/core/jni/ |
com_android_server_location_GnssLocationProvider.cpp | 756 SET(TimeNanos, clock->timeNs); [all...] |