HomeSort by relevance Sort by last modified time
    Searched refs:nsecs_t (Results 226 - 250 of 297) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/av/services/audiopolicy/
AudioPolicyService.cpp 52 static const nsecs_t kAudioCommandTimeoutNs = seconds(3); // 3 seconds
381 nsecs_t waitTime = INT64_MAX;
388 nsecs_t curTime = systemTime();
751 nsecs_t timeOutNs = kAudioCommandTimeoutNs + milliseconds(delayMs);
    [all...]
AudioPolicyManager.h 459 nsecs_t sysTime = 0) const;
462 nsecs_t sysTime = 0) const;
476 nsecs_t mStopTime[AUDIO_STREAM_CNT];
    [all...]
  /frameworks/av/services/camera/libcameraservice/common/
Camera2ClientBase.cpp 242 nsecs_t timestamp) {
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3InputStream.cpp 92 nsecs_t timestamp,
Camera3Device.cpp 652 status_t Camera3Device::waitUntilRequestReceived(int32_t requestId, nsecs_t timeout) {
    [all...]
  /frameworks/native/libs/gui/
ConsumerBase.cpp 183 nsecs_t presentWhen) {
Sensor.cpp 290 nsecs_t Sensor::getMinDelayNs() const {
GLConsumer.cpp 335 nsecs_t presentWhen) {
852 nsecs_t GLConsumer::getTimestamp() {
858 nsecs_t GLConsumer::getFrameNumber() {
    [all...]
  /hardware/libhardware/tests/camera2/
CameraStreamFixture.h 143 status_t waitForFrame(nsecs_t timeout) {
CameraMultiStreamTests.cpp 367 Vector<nsecs_t> captureBurstTimes;
431 nsecs_t timeDelta =
camera2_utils.cpp 137 status_t MetadataQueue::waitForBuffer(nsecs_t timeout) {
566 status_t FrameWaiter::waitForFrame(nsecs_t timeout) {
camera2.cpp 351 static const nsecs_t USEC = 1000;
352 static const nsecs_t MSEC = 1000*USEC;
353 static const nsecs_t SEC = 1000*MSEC;
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_menu.cpp 550 static nsecs_t mLastFpsTime = 0;
554 nsecs_t now = systemTime();
555 nsecs_t diff = now - mLastFpsTime;
716 void CameraHandler::postDataTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr)
    [all...]
  /system/extras/tests/memtest/
bandwidth.h 41 nsecs_t t = system_time();
  /device/generic/goldfish/camera/
EmulatedFakeCamera3.cpp 110 const nsecs_t EmulatedFakeCamera3::kNormalExposureTime = 10 * MSEC;
111 const nsecs_t EmulatedFakeCamera3::kFacePriorityExposureTime = 30 * MSEC;
859 nsecs_t exposureTime;
860 nsecs_t frameDuration;
    [all...]
  /frameworks/av/services/camera/libcameraservice/device1/
CameraHardwareInterface.h 42 typedef void (*data_callback_timestamp)(nsecs_t timestamp,
477 static void __data_cb_timestamp(nsecs_t timestamp, int32_t msg_type,
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp     [all...]
  /frameworks/av/camera/
Camera.cpp 316 void Camera::dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr)
  /frameworks/av/media/libstagefright/
SurfaceMediaSource.cpp 85 nsecs_t SurfaceMediaSource::getTimestamp() {
  /frameworks/av/services/camera/libcameraservice/gui/
RingBufferConsumer.cpp 156 nsecs_t RingBufferConsumer::getLatestTimestamp() {
  /system/core/libutils/
BlobCache.cpp 44 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC);
  /system/core/libutils/tests/
Looper_test.cpp 561 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC);
598 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC);
617 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC);
  /frameworks/av/media/libmedia/
AudioTrack.cpp     [all...]
  /frameworks/av/services/camera/libcameraservice/device2/
Camera2Device.cpp 239 status_t Camera2Device::waitUntilRequestReceived(int32_t requestId, nsecs_t timeout) {
505 // nsecs_t timestamp = (nsecs_t)ext2 | ((nsecs_t)(ext3) << 32 );
525 status_t Camera2Device::waitForNextFrame(nsecs_t timeout) {
759 status_t Camera2Device::MetadataQueue::waitForBuffer(nsecs_t timeout)
771 nsecs_t timeout) {
775 nsecs_t startTime = systemTime();
    [all...]
  /frameworks/native/services/inputflinger/
EventHub.cpp 615 void EventHub::vibrate(int32_t deviceId, nsecs_t duration) {
711 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC);
873 event->when = nsecs_t(iev.time.tv_sec) * 1000000000LL
874 + nsecs_t(iev.time.tv_usec) * 1000LL;
894 nsecs_t time = systemTime(SYSTEM_TIME_MONOTONIC);
    [all...]

Completed in 606 milliseconds

1 2 3 4 5 6 7 8 91011>>