Searched refs:isDeviceEnabled (Results 1 – 6 of 6) sorted by relevance
373 inline bool isDeviceEnabled() { return mEventHub->isDeviceEnabled(mId); } in isDeviceEnabled() function
352 virtual bool isDeviceEnabled(int32_t deviceId) = 0;522 bool isDeviceEnabled(int32_t deviceId) override final;
92 dump += StringPrintf(INDENT3 " isDeviceEnabled %d\n", getDeviceContext().isDeviceEnabled()); in dump()
61 for_each_subdevice([&enabled](auto& context) { enabled |= context.isDeviceEnabled(); }); in isEnabled()
2194 bool EventHub::isDeviceEnabled(int32_t deviceId) { in isDeviceEnabled() function in android::EventHub
461 bool isDeviceEnabled(int32_t deviceId) { in isDeviceEnabled() function in android::FakeEventHub1580 ASSERT_FALSE(mFakeEventHub->isDeviceEnabled(eventHubIds[0])); in TEST_F()1585 ASSERT_TRUE(mFakeEventHub->isDeviceEnabled(eventHubIds[1])); in TEST_F()1913 ASSERT_TRUE(mFakeEventHub->isDeviceEnabled(eventHubIds[0])); in TEST_F()1914 ASSERT_TRUE(mFakeEventHub->isDeviceEnabled(eventHubIds[1])); in TEST_F()1922 ASSERT_FALSE(mFakeEventHub->isDeviceEnabled(eventHubIds[0])); in TEST_F()1923 ASSERT_FALSE(mFakeEventHub->isDeviceEnabled(eventHubIds[1])); in TEST_F()1931 ASSERT_TRUE(mFakeEventHub->isDeviceEnabled(eventHubIds[0])); in TEST_F()1932 ASSERT_TRUE(mFakeEventHub->isDeviceEnabled(eventHubIds[1])); in TEST_F()2992 ASSERT_TRUE(mFakeEventHub->isDeviceEnabled(EVENTHUB_ID)); in TEST_F()[all …]