Home
last modified time | relevance | path

Searched refs:totalInputBytes (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/mediametrics/
DAudioAnalytics.cpp1833 int32_t totalInputBytes = -1; in onEvent() local
1835 key, AMEDIAMETRICS_PROP_TOTALINPUTBYTES, &totalInputBytes); in onEvent()
1854 << " total_input_bytes:" << totalInputBytes in onEvent()
1872 , totalInputBytes in onEvent()
1890 , totalInputBytes in onEvent()
/frameworks/base/services/midi/java/com/android/server/midi/
DMidiService.java727 public void updateTotalBytes(int totalInputBytes, int totalOutputBytes) { in updateTotalBytes() argument
728 mTotalInputBytes.set(totalInputBytes); in updateTotalBytes()
1703 public void updateTotalBytes(IMidiDeviceServer server, int totalInputBytes, in updateTotalBytes() argument
1708 device.updateTotalBytes(totalInputBytes, totalOutputBytes); in updateTotalBytes()