Home
last modified time | relevance | path

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

12

/system/libhwbinder/
DBufferedTextOutput.cpp91 Vector<sp<BufferedTextOutput::BufferState> > states; member
251 while (ts.states.size() <= (size_t)mIndex) ts.states.add(nullptr); in getBuffer()
252 BufferState* bs = ts.states[mIndex].get(); in getBuffer()
255 ts.states.editItemAt(mIndex) = new BufferState(mIndex); in getBuffer()
256 bs = ts.states[mIndex].get(); in getBuffer()
/system/netd/server/
DSockDiag.cpp110 int SockDiag::sendDumpRequest(uint8_t proto, uint8_t family, uint8_t extensions, uint32_t states, in sendDumpRequest() argument
124 .idiag_states = states, in sendDumpRequest()
143 int SockDiag::sendDumpRequest(uint8_t proto, uint8_t family, uint32_t states) { in sendDumpRequest() argument
147 return sendDumpRequest(proto, family, 0, states, iov, ARRAY_SIZE(iov)); in sendDumpRequest()
215 uint32_t states = ~(1 << TCP_TIME_WAIT); in sendDumpRequest() local
216 return sendDumpRequest(proto, family, 0, states, iov, ARRAY_SIZE(iov)); in sendDumpRequest()
354 const uint32_t states = (1 << TCP_ESTABLISHED) | (1 << TCP_SYN_SENT) | (1 << TCP_SYN_RECV); in destroyLiveSockets() local
358 if (int ret = sendDumpRequest(proto, family, 0, states, iov, iovcnt)) { in destroyLiveSockets()
373 const uint32_t states = (1 << TCP_ESTABLISHED) | (1 << TCP_SYN_SENT) | (1 << TCP_SYN_RECV); in getLiveTcpInfos() local
382 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/bt/binder/android/bluetooth/
DIBluetoothPbap.aidl31 …List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states, in AttributionSource att… in getDevicesMatchingConnectionStates() argument
DIBluetoothA2dp.aidl49 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates() argument
51 …List<BluetoothDevice> getDevicesMatchingConnectionStatesWithAttribution(in int[] states, in Attrib… in getDevicesMatchingConnectionStatesWithAttribution() argument
DIBluetoothPbapClient.aidl35 …List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states, in AttributionSource att… in getDevicesMatchingConnectionStates() argument
DIBluetoothAvrcpController.aidl34 …List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states, in AttributionSource att… in getDevicesMatchingConnectionStates() argument
DIBluetoothPan.aidl40 …List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states, in AttributionSource att… in getDevicesMatchingConnectionStates() argument
DIBluetoothMap.aidl39 …List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states, in AttributionSource att… in getDevicesMatchingConnectionStates() argument
DIBluetoothSap.aidl41 …List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states, in AttributionSource att… in getDevicesMatchingConnectionStates() argument
DIBluetoothVolumeControl.aidl37 …List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states, in AttributionSource att… in getDevicesMatchingConnectionStates() argument
DIBluetoothA2dpSink.aidl36 …List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states, in AttributionSource att… in getDevicesMatchingConnectionStates() argument
DIBluetoothLeAudio.aidl37 …List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states, in AttributionSource att… in getDevicesMatchingConnectionStates() argument
DIBluetoothHearingAid.aidl36 …List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states, in AttributionSource att… in getDevicesMatchingConnectionStates() argument
DIBluetoothMapClient.aidl39 …List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states, in AttributionSource att… in getDevicesMatchingConnectionStates() argument
DIBluetoothHidDevice.aidl46 …List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states, in AttributionSource att… in getDevicesMatchingConnectionStates() argument
DIBluetoothHidHost.aidl36 …List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states, in AttributionSource att… in getDevicesMatchingConnectionStates() argument
DIBluetoothHeadsetClient.aidl38 …List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states, in AttributionSource att… in getDevicesMatchingConnectionStates() argument
DIBluetoothHeadset.aidl39 …List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states, in AttributionSource att… 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/prebuilts/api/31.0/public/
Drecovery.te134 # Allow mounting /metadata for writing update states
/system/sepolicy/public/
Drecovery.te134 # Allow mounting /metadata for writing update states

12