Home
last modified time | relevance | path

Searched refs:states (Results 1 – 25 of 30) sorted by relevance

12

/system/core/adb/
Dservices.cpp175 std::vector<ConnectionState> states; in wait_service() local
178 states.push_back(kCsDevice); in wait_service()
180 states.push_back(kCsRecovery); in wait_service()
182 states.push_back(kCsRescue); in wait_service()
184 states.push_back(kCsSideload); in wait_service()
186 states.push_back(kCsBootloader); in wait_service()
188 states.push_back(kCsAny); in wait_service()
190 states.push_back(kCsOffline); in wait_service()
204 for (const auto& state : states) { in wait_service()
DOVERVIEW.TXT43 The BOOTLOADER and RECOVERY states correspond to alternate states of
66 states. They are a few other services though.
/system/netd/server/
DSockDiag.cpp98 int SockDiag::sendDumpRequest(uint8_t proto, uint8_t family, uint8_t extensions, uint32_t states, in sendDumpRequest() argument
112 .idiag_states = states, in sendDumpRequest()
131 int SockDiag::sendDumpRequest(uint8_t proto, uint8_t family, uint32_t states) { in sendDumpRequest() argument
135 return sendDumpRequest(proto, family, 0, states, iov, ARRAY_SIZE(iov)); in sendDumpRequest()
203 uint32_t states = ~(1 << TCP_TIME_WAIT); in sendDumpRequest() local
204 return sendDumpRequest(proto, family, 0, states, iov, ARRAY_SIZE(iov)); in sendDumpRequest()
337 const uint32_t states = (1 << TCP_ESTABLISHED) | (1 << TCP_SYN_SENT) | (1 << TCP_SYN_RECV); in destroyLiveSockets() local
341 if (int ret = sendDumpRequest(proto, family, 0, states, iov, iovcnt)) { in destroyLiveSockets()
356 const uint32_t states = (1 << TCP_ESTABLISHED) | (1 << TCP_SYN_SENT) | (1 << TCP_SYN_RECV); in getLiveTcpInfos() local
365 if (int ret = sendDumpRequest(proto, family, extensions, states, iov, ARRAY_SIZE(iov))) { in getLiveTcpInfos()
[all …]
DSockDiag.h66 int sendDumpRequest(uint8_t proto, uint8_t family, uint32_t states);
92 int sendDumpRequest(uint8_t proto, uint8_t family, uint8_t extensions, uint32_t states,
DSockDiagTest.cpp57 static const char *states[] = { in tcpStateName() local
72 return states[(state < ARRAY_SIZE(states)) ? state : 0]; in tcpStateName()
/system/libhwbinder/
DBufferedTextOutput.cpp92 Vector<sp<BufferedTextOutput::BufferState> > states; member
269 while (ts->states.size() <= (size_t)mIndex) ts->states.add(nullptr); in getBuffer()
270 BufferState* bs = ts->states[mIndex].get(); in getBuffer()
273 ts->states.editItemAt(mIndex) = new BufferState(mIndex); in getBuffer()
274 bs = ts->states[mIndex].get(); in getBuffer()
/system/bt/binder/android/bluetooth/
DIBluetoothPbap.aidl28 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates() argument
DIBluetoothPbapClient.aidl30 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates() argument
DIBluetoothMap.aidl32 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates() argument
DIBluetoothPan.aidl33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates() argument
DIBluetoothSap.aidl33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates() argument
DIBluetoothAvrcpController.aidl31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates() argument
DIBluetoothA2dpSink.aidl31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates() argument
DIBluetoothHearingAid.aidl31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates() argument
DIBluetoothMapClient.aidl33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates() argument
DIBluetoothHidHost.aidl31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates() argument
DIBluetoothHidDevice.aidl37 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates() argument
DIBluetoothA2dp.aidl37 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates() argument
DIBluetoothHeadset.aidl34 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates() argument
DIBluetoothHeadsetClient.aidl33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates() argument
DIBluetoothGatt.aidl44 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates() argument
/system/extras/simpleperf/scripts/
Dreport_html.js368 this.states = { property
385 return this.states.SHOW_LIB_INFO;
388 return this.states.SHOW_THREAD_INFO;
391 return this.states.SHOW_PROCESS_INFO;
393 return this.states.SHOW_EVENT_INFO;
398 if (state == this.states.SHOW_PROCESS_INFO) {
400 } else if (state == this.states.SHOW_THREAD_INFO) {
402 } else if (state == this.states.SHOW_LIB_INFO) {
412 if (state == this.states.SHOW_EVENT_INFO) {
414 } else if (state == this.states.SHOW_PROCESS_INFO) {
[all …]
/system/netd/tests/
Dsock_diag_test.cpp49 static const char *states[] = { in tcpStateName() local
64 return states[(state < ARRAY_SIZE(states)) ? state : 0]; in tcpStateName()
/system/bt/doc/
Dpower_management.md10 Power states are managed per-device, per-profile, so every incoming event
28 states. Responses are handled in an asynchronous fashion, primarily via the
35 Overall power states are managed *per device*, not per connection, but the power
40 states it wants ACTIVE, the power management code will change to ACTIVE.
86 Throughout the `bta_dm_pm.cc` file, connections whose power management states are
/system/sepolicy/public/
Drecovery.te134 # Allow mounting /metadata for writing update states

12