Home
last modified time | relevance | path

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

/system/bt/binder/android/bluetooth/
DIBluetoothPbap.aidl28 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()
DIBluetoothMap.aidl32 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates()
DIBluetoothPan.aidl33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates()
DIBluetoothA2dpSink.aidl31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates()
DIBluetoothSap.aidl33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates()
DIBluetoothMapClient.aidl33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates()
DIBluetoothHearingAid.aidl31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates()
DIBluetoothHidDevice.aidl37 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates()
DIBluetoothHidHost.aidl31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates()
DIBluetoothA2dp.aidl37 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates()
DIBluetoothHeadset.aidl34 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.cpp98 int SockDiag::sendDumpRequest(uint8_t proto, uint8_t family, uint8_t extensions, uint32_t states, in sendDumpRequest()
131 int SockDiag::sendDumpRequest(uint8_t proto, uint8_t family, uint32_t states) { in sendDumpRequest()
203 uint32_t states = ~(1 << TCP_TIME_WAIT); in sendDumpRequest() local
337 const uint32_t states = (1 << TCP_ESTABLISHED) | (1 << TCP_SYN_SENT) | (1 << TCP_SYN_RECV); in destroyLiveSockets() local
356 const uint32_t states = (1 << TCP_ESTABLISHED) | (1 << TCP_SYN_SENT) | (1 << TCP_SYN_RECV); in getLiveTcpInfos() local
390 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/core/adb/
Dservices.cpp175 std::vector<ConnectionState> states; in wait_service() 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
/system/apex/apexd/
Dapexservice_test.cpp1989 std::vector<SessionState::State> states; in TEST_F() local