Home
last modified time | relevance | path

Searched refs:InputCallback (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/services/Car/cpp/computepipe/runner/engine/
H A DDefaultEngine.h39 class InputCallback; variable
319 class InputCallback : public input_manager::InputEngineInterface {
321 explicit InputCallback(int id, const std::function<void(int)>&& cb,
325 ~InputCallback() = default;
H A DDefaultEngine.cpp592 std::shared_ptr<InputCallback> cb = std::make_shared<InputCallback>( in populateInputManagers()
731 InputCallback::InputCallback( in InputCallback() function in android::automotive::computepipe::runner::engine::InputCallback
737 Status InputCallback::dispatchInputFrame(int streamId, int64_t timestamp, const InputFrame& frame) { in dispatchInputFrame()
741 void InputCallback::notifyInputError() { in notifyInputError()
/aosp12/system/core/healthd/
H A Dhealthd_mode_charger.h70 int InputCallback(int fd, unsigned int epevents);
H A Dhealthd_mode_charger.cpp611 int Charger::InputCallback(int fd, unsigned int epevents) { in InputCallback() function in android::Charger
688 std::bind(&Charger::InputCallback, this, std::placeholders::_1, std::placeholders::_2)); in Init()
/aosp12/packages/services/Car/cpp/computepipe/tests/fuzz/
H A DVideoInputManagerFuzzer.cpp66 std::shared_ptr<InputEngineInterface> callBack = std::make_shared<engine::InputCallback>( in LLVMFuzzerInitialize()