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

  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/gatt/
GattServiceTest.java 86 long timestampNanos = mService.parseTimestampNanos(new byte[]{
89 Assert.assertEquals(99700000000L, timestampNanos);
  /frameworks/av/media/libaaudio/tests/
test_timestamps.cpp 44 int64_t timestampNanos;
89 &timestamp->timestampNanos);
241 bool timeChanged = (timestamp->timestampNanos != (timestamp - 1)->timestampNanos);
256 timestamp->timestampNanos,
262 (long long) timestamp->timestampNanos,
  /system/chre/host/msm/daemon/
chre_daemon.cc 181 // Parse out the timestampNanos.
182 uint64_t timestampNanos;
183 memcpy(&timestampNanos, log, sizeof(uint64_t));
184 timestampNanos = le64toh(timestampNanos);
187 float timestampSeconds = timestampNanos / 1e9;
  /frameworks/base/services/core/java/com/android/server/
NetworkManagementService.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java     [all...]
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 

Completed in 134 milliseconds