Home
last modified time | relevance | path

Searched refs:idGenerator (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/inputflinger/dispatcher/
DConnection.cpp24 const IdGenerator& idGenerator) in Connection() argument
29 inputState(idGenerator) {} in Connection()
DConnection.h62 Connection(const sp<InputChannel>& inputChannel, bool monitor, const IdGenerator& idGenerator);
DInputState.h33 explicit InputState(const IdGenerator& idGenerator);
DInputState.cpp23 InputState::InputState(const IdGenerator& idGenerator) : mIdGenerator(idGenerator) {} in InputState() argument