HomeSort by relevance Sort by last modified time
    Searched refs:connectionIndex (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/jni/
android_view_InputQueue.cpp 192 ssize_t connectionIndex = getConnectionIndex(inputChannel);
193 if (connectionIndex < 0) {
199 sp<Connection> connection = mConnectionsByReceiveFd.valueAt(connectionIndex);
200 mConnectionsByReceiveFd.removeItemsAt(connectionIndex);
223 ssize_t connectionIndex = mConnectionsByReceiveFd.indexOfKey(inputChannel->getReceivePipeFd());
224 if (connectionIndex >= 0) {
225 sp<Connection> connection = mConnectionsByReceiveFd.valueAt(connectionIndex);
227 return connectionIndex;
243 ssize_t connectionIndex = mConnectionsByReceiveFd.indexOfKey(receiveFd);
244 if (connectionIndex < 0)
    [all...]
  /frameworks/base/libs/ui/
InputDispatcher.cpp 819 ssize_t connectionIndex = getConnectionIndexLocked(inputTarget.inputChannel);
820 if (connectionIndex >= 0) {
821 sp<Connection> connection = mConnectionsByReceiveFd.valueAt(connectionIndex);
    [all...]
  /hardware/ril/mock-ril/src/js/
simulated_radio.js 409 print('Radio: rilRequestHangUp data.connection_index=' + req.data.connectionIndex);
410 if (this.removeCall(req.data.connectionIndex) == null) {
    [all...]

Completed in 1789 milliseconds