Searched refs:transferred (Results 1 – 12 of 12) sorted by relevance
/frameworks/proto_logging/stats/express/catalog/ |
D | job_scheduler.cfg | 204 description: "Number of times apps update the transferred network bytes" 214 description: "Number of times apps decreased the transferred network download bytes" 224 description: "Number of times apps increased the transferred network download bytes" 234 description: "Number of times apps decreased the transferred network upload bytes" 244 description: "Number of times apps increased the transferred network upload bytes" 371 description: "The range of transferred network download kilobytes apps provide" 389 description: "The range of transferred network upload kilobytes apps provide"
|
/frameworks/av/media/libnbaio/ |
D | README.txt | 7 transferred frames is less than the requested number of frames.
|
/frameworks/proto_logging/stats/atoms/telephony/satellite/ |
D | satellite_extension_atoms.proto | 163 // Whether it is transferred in demo mode or not. if true, transferred in demo mode. 179 // Whether it is transferred in demo mode or not. if true, transferred in demo mode.
|
/frameworks/av/media/codec2/vndk/internal/ |
D | C2BlockInternal.h | 401 bool transferred);
|
/frameworks/av/media/libaudiohal/impl/ |
D | StreamHalAidl.cpp | 369 status_t StreamHalAidl::transfer(void *buffer, size_t bytes, size_t *transferred) { in transfer() argument 403 *transferred = reply.fmqByteCount; in transfer() 405 LOG_ALWAYS_FATAL_IF(*transferred > bytes, in transfer() 407 __func__, *transferred, bytes); in transfer() 416 mStreamPowerLog.log(buffer, *transferred); in transfer()
|
D | StreamHalAidl.h | 230 status_t transfer(void *buffer, size_t bytes, size_t *transferred);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/taptotransfer/ |
D | README.md | 33 being transferred, etc.
|
/frameworks/proto_logging/stats/atoms/wear/connectivity/ |
D | wear_connectivity_extension_atoms.proto | 60 * Pulls bytes transferred via Sysproxy. Each pull produces atoms that record stats of all processes
|
/frameworks/proto_logging/stats/atoms/framework/ |
D | framework_extension_atoms.proto | 410 * Pulls bytes transferred via network with TYPE_PROXY from NetworkStats. Each pull produces atoms 430 * Pulls bytes transferred via mobile networks (separated by proc state).
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DisplayPolicy.java | 2303 final boolean transferred = mStatusBar.transferTouch(); 2304 if (!transferred) {
|
/frameworks/native/services/inputflinger/tests/ |
D | InputDispatcher_test.cpp | 6425 const bool transferred = mDispatcher->transferTouchOnDisplay(secondWindow->getToken(), in TEST_F() local 6428 ASSERT_FALSE(transferred); in TEST_F() 11612 bool transferred = in startDrag() local 11615 if (transferred) { in startDrag() 11620 return transferred; in startDrag()
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 7852 * Pulls bytes transferred via wifi (Sum of foreground and background usage). 7870 * Pulls bytes transferred via wifi (separated by foreground and background usage). 7891 * Pulls bytes transferred via mobile networks (Sum of foreground and background usage). 7909 * Pulls bytes transferred via mobile networks (separated by foreground and background usage). 8065 * Pulls bytes transferred via OEM managed networks. Data is split up by which 8083 // Corresponds to the type of transport the bytes were transferred over, see 8098 * Pulls bytes transferred via bluetooth. It is pulled from Bluetooth controller. 14690 * Pulls client metrics on data transferred via Vehicle Maps Service. 17233 * Pulls bytes transferred over WiFi and mobile networks sliced by uid, is_metered, and tag. 19510 // Total frames transferred (written or read)
|