Searched refs:idleTime (Results 1 – 5 of 5) sorted by relevance
/system/netd/libnetdutils/ |
D | SocketOption.cpp | 35 Status enableTcpKeepAlives(Fd sock, unsigned idleTime, unsigned numProbes, unsigned probeInterval) { in enableTcpKeepAlives() argument 39 if (idleTime != 0) { in enableTcpKeepAlives() 40 RETURN_IF_NOT_OK(sys.setsockopt(sock, SOL_TCP, TCP_KEEPIDLE, &idleTime, sizeof(idleTime))); in enableTcpKeepAlives()
|
/system/extras/tests/workloads/ |
D | pwrtest.sh | 260 idleTime=${idleTime:=$defaultTime} 261 if [ $idleTime -gt 0 ]; then 262 echo Test 1 : measure idle power for $idleTime minutes 263 run_test idle $idleTime 267 run_test idle-airplane $idleTime
|
/system/netd/libnetdutils/include/netdutils/ |
D | SocketOption.h | 55 Status enableTcpKeepAlives(Fd sock, unsigned idleTime, unsigned numProbes, unsigned probeInterval);
|
/system/bt/binder/android/bluetooth/ |
D | IBluetoothHidHost.aidl | 66 boolean setIdleTime(in BluetoothDevice device, byte idleTime); in setIdleTime() argument
|
/system/bt/include/hardware/ |
D | bt_hh.h | 177 bt_status_t (*set_idle_time)(RawAddress* bd_addr, uint8_t idleTime);
|