Home
last modified time | relevance | path

Searched defs:states (Results 1 – 20 of 20) sorted by relevance

/system/bt/binder/android/bluetooth/
DIBluetoothPbap.aidl28 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates()
DIBluetoothPan.aidl33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates()
DIBluetoothAvrcpController.aidl31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates()
DIBluetoothPbapClient.aidl30 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates()
DIBluetoothSap.aidl33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates()
DIBluetoothA2dpSink.aidl31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates()
DIBluetoothMap.aidl33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates()
DIBluetoothMapClient.aidl33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates()
DIBluetoothHidDevice.aidl37 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates()
DIBluetoothHearingAid.aidl31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates()
DIBluetoothHidHost.aidl31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates()
DIBluetoothA2dp.aidl33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates()
DIBluetoothHeadset.aidl33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates()
DIBluetoothHeadsetClient.aidl33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates()
DIBluetoothGatt.aidl44 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates()
/system/netd/server/
DSockDiag.cpp95 int SockDiag::sendDumpRequest(uint8_t proto, uint8_t family, uint8_t extensions, uint32_t states, in sendDumpRequest()
128 int SockDiag::sendDumpRequest(uint8_t proto, uint8_t family, uint32_t states) { in sendDumpRequest()
202 uint32_t states = ~(1 << TCP_TIME_WAIT); in sendDumpRequest() local
335 const uint32_t states = (1 << TCP_ESTABLISHED) | (1 << TCP_SYN_SENT) | (1 << TCP_SYN_RECV); in destroyLiveSockets() local
354 const uint32_t states = (1 << TCP_ESTABLISHED) | (1 << TCP_SYN_SENT) | (1 << TCP_SYN_RECV); in getLiveTcpInfos() local
388 uint32_t states = (1 << TCP_ESTABLISHED) | (1 << TCP_SYN_SENT) | (1 << TCP_SYN_RECV); in destroySockets() local
DSockDiagTest.cpp57 static const char *states[] = { in tcpStateName() local
/system/netd/tests/
Dsock_diag_test.cpp49 static const char *states[] = { in tcpStateName() local
/system/libhwbinder/
DBufferedTextOutput.cpp92 Vector<sp<BufferedTextOutput::BufferState> > states; member
/system/extras/simpleperf/scripts/
Dreport_html.js368 this.states = { property