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

  /frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
ALooper.cpp 58 int64_t nowNs;
60 || (nowNs = systemTime(SYSTEM_TIME_MONOTONIC)) < waitUntilNs)
66 mCondition.waitRelative(mLock, waitUntilNs - nowNs);
  /external/webrtc/webrtc/modules/audio_device/mac/
audio_device_mac.cc     [all...]
  /frameworks/av/services/audioflinger/
Threads.cpp     [all...]

Completed in 3771 milliseconds