Searched refs:txTime (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothActivityEnergyInfo.java41 public BluetoothActivityEnergyInfo(int stackState, int txTime, int rxTime, argument
44 mControllerTxTimeMs = txTime;
67 int txTime = in.readInt();
71 return new BluetoothActivityEnergyInfo(stackState, txTime, rxTime,
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiActivityEnergyInfo.java41 public WifiActivityEnergyInfo(int stackState, int txTime, int rxTime, argument
44 mControllerTxTimeMs = txTime;
67 int txTime = in.readInt();
71 return new WifiActivityEnergyInfo(stackState, txTime, rxTime,
/frameworks/base/libs/common_time/
H A Dcommon_time_server.h97 void logTX(int64_t txTime);
98 void logRX(int64_t txTime, int64_t rxTime);
H A Dcommon_time_server.cpp1484 void CommonTimeServer::PacketRTTLog::logTX(int64_t txTime) { argument
1485 txTimes[wrPtr] = txTime;
1492 void CommonTimeServer::PacketRTTLog::logRX(int64_t txTime, int64_t rxTime) { argument
1498 if (txTimes[i] == txTime) {

Completed in 2557 milliseconds