HomeSort by relevance Sort by last modified time
    Searched refs:readCounter (Results 1 - 6 of 6) sorted by null

  /hardware/invensense/6515/libsensors_iio/
MPLSensor.cpp     [all...]
  /frameworks/av/media/libaaudio/src/client/
AudioStreamInternal.cpp 311 int64_t readCounter = mAudioEndpoint.getDataReadCounter();
315 int64_t framesFlushed = writeCounter - readCounter;
318 // Flush written frames by forcing writeCounter to readCounter.
320 mAudioEndpoint.setDataWriteCounter(readCounter);
  /external/llvm/include/llvm/ProfileData/Coverage/
CoverageMappingReader.h 142 Error readCounter(Counter &C);
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.cpp     [all...]
  /external/llvm/lib/ProfileData/Coverage/
CoverageMappingReader.cpp 123 Error RawCoverageMappingReader::readCounter(Counter &C) {
258 if (auto Err = readCounter(Expressions[I].LHS))
260 if (auto Err = readCounter(Expressions[I].RHS))
  /external/guice/extensions/persist/lib/
javassist.jar 

Completed in 1722 milliseconds