/system/libhwbinder/ |
D | BufferedTextOutput.cpp | 91 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/ |
D | SockDiag.cpp | 110 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 …]
|
D | SockDiag.h | 66 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,
|
D | SockDiagTest.cpp | 57 static const char *states[] = { in tcpStateName() local 72 return states[(state < ARRAY_SIZE(states)) ? state : 0]; in tcpStateName()
|
/system/bt/binder/android/bluetooth/ |
D | IBluetoothPbap.aidl | 31 …List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states, in AttributionSource att… in getDevicesMatchingConnectionStates() argument
|
D | IBluetoothA2dp.aidl | 49 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates() argument 51 …List<BluetoothDevice> getDevicesMatchingConnectionStatesWithAttribution(in int[] states, in Attrib… in getDevicesMatchingConnectionStatesWithAttribution() argument
|
D | IBluetoothPbapClient.aidl | 35 …List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states, in AttributionSource att… in getDevicesMatchingConnectionStates() argument
|
D | IBluetoothAvrcpController.aidl | 34 …List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states, in AttributionSource att… in getDevicesMatchingConnectionStates() argument
|
D | IBluetoothPan.aidl | 40 …List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states, in AttributionSource att… in getDevicesMatchingConnectionStates() argument
|
D | IBluetoothMap.aidl | 39 …List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states, in AttributionSource att… in getDevicesMatchingConnectionStates() argument
|
D | IBluetoothSap.aidl | 41 …List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states, in AttributionSource att… in getDevicesMatchingConnectionStates() argument
|
D | IBluetoothVolumeControl.aidl | 37 …List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states, in AttributionSource att… in getDevicesMatchingConnectionStates() argument
|
D | IBluetoothA2dpSink.aidl | 36 …List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states, in AttributionSource att… in getDevicesMatchingConnectionStates() argument
|
D | IBluetoothLeAudio.aidl | 37 …List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states, in AttributionSource att… in getDevicesMatchingConnectionStates() argument
|
D | IBluetoothHearingAid.aidl | 36 …List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states, in AttributionSource att… in getDevicesMatchingConnectionStates() argument
|
D | IBluetoothMapClient.aidl | 39 …List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states, in AttributionSource att… in getDevicesMatchingConnectionStates() argument
|
D | IBluetoothHidDevice.aidl | 46 …List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states, in AttributionSource att… in getDevicesMatchingConnectionStates() argument
|
D | IBluetoothHidHost.aidl | 36 …List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states, in AttributionSource att… in getDevicesMatchingConnectionStates() argument
|
D | IBluetoothHeadsetClient.aidl | 38 …List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states, in AttributionSource att… in getDevicesMatchingConnectionStates() argument
|
D | IBluetoothHeadset.aidl | 39 …List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states, in AttributionSource att… in getDevicesMatchingConnectionStates() argument
|
/system/extras/simpleperf/scripts/ |
D | report_html.js | 368 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/ |
D | sock_diag_test.cpp | 49 static const char *states[] = { in tcpStateName() local 64 return states[(state < ARRAY_SIZE(states)) ? state : 0]; in tcpStateName()
|
/system/bt/doc/ |
D | power_management.md | 10 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/ |
D | recovery.te | 134 # Allow mounting /metadata for writing update states
|
/system/sepolicy/public/ |
D | recovery.te | 134 # Allow mounting /metadata for writing update states
|