Home
last modified time | relevance | path

Searched refs:overflowed (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/module/extractors/wav/
DWAVExtractor.cpp445 bool overflowed = __builtin_mul_overflow(seekTimeUs, mSampleRate, &sampleNumber); in read() local
452 overflowed |= __builtin_mul_overflow(mNumChannels, mBitsPerSample >> 3, &bytesPerFrame); in read()
453 overflowed |= __builtin_mul_overflow(bytesPerFrame, sampleNumber, &pos); in read()
455 if (overflowed) { in read()
/frameworks/base/libs/WindowManager/Shell/aconfig/
Dmultitasking.aconfig73 description: "Hides the bubble overflow if there aren't any overflowed bubbles"
/frameworks/proto_logging/stats/
Datoms.proto17903 // Count of the objects of this atom type that have overflowed.