Home
last modified time | relevance | path

Searched refs:Setting (Results 1 – 25 of 57) sorted by relevance

123

/hardware/interfaces/contexthub/1.1/vts/functional/
DVtsHalContexthubV1_1TargetTest.cpp37 using ::android::hardware::contexthub::V1_1::Setting;
56 hubApi->onSettingChanged(Setting::LOCATION, SettingValue::DISABLED); in TEST_P()
57 hubApi->onSettingChanged(Setting::LOCATION, SettingValue::ENABLED); in TEST_P()
/hardware/interfaces/contexthub/1.2/vts/functional/
DVtsHalContexthubV1_2TargetTest.cpp49 using ::android::hardware::contexthub::V1_2::Setting;
123 hubApi->onSettingChanged_1_2(Setting::WIFI_AVAILABLE, SettingValue::DISABLED); in TEST_P()
124 hubApi->onSettingChanged_1_2(Setting::WIFI_AVAILABLE, SettingValue::ENABLED); in TEST_P()
130 hubApi->onSettingChanged_1_2(Setting::AIRPLANE_MODE, SettingValue::DISABLED); in TEST_P()
131 hubApi->onSettingChanged_1_2(Setting::AIRPLANE_MODE, SettingValue::ENABLED); in TEST_P()
137 hubApi->onSettingChanged_1_2(Setting::MICROPHONE, SettingValue::DISABLED); in TEST_P()
138 hubApi->onSettingChanged_1_2(Setting::MICROPHONE, SettingValue::ENABLED); in TEST_P()
/hardware/interfaces/contexthub/aidl/vts/
DVtsAidlHalContextHubTargetTest.cpp49 using ::android::hardware::contexthub::Setting;
68 void testSettingChanged(Setting setting);
368 void ContextHubAidl::testSettingChanged(Setting setting) { in testSettingChanged()
379 testSettingChanged(Setting::LOCATION); in TEST_P()
383 testSettingChanged(Setting::WIFI_MAIN); in TEST_P()
387 testSettingChanged(Setting::WIFI_SCANNING); in TEST_P()
391 testSettingChanged(Setting::AIRPLANE_MODE); in TEST_P()
395 testSettingChanged(Setting::MICROPHONE); in TEST_P()
399 testSettingChanged(Setting::BT_MAIN); in TEST_P()
403 testSettingChanged(Setting::BT_SCANNING); in TEST_P()
/hardware/interfaces/contexthub/aidl/android/hardware/contexthub/
DIContextHub.aidl27 import android.hardware.contexthub.Setting;
132 void onSettingChanged(in Setting setting, in boolean enabled); in onSettingChanged()
DSetting.aidl24 enum Setting { enum
/hardware/interfaces/contexthub/1.2/default/
DContexthub.h37 using SettingV1_1 = ::android::hardware::contexthub::V1_1::Setting;
53 Return<void> onSettingChanged_1_2(Setting setting, SettingValue newValue) override;
DContexthub.cpp87 Return<void> Contexthub::onSettingChanged_1_2(Setting /*setting*/, SettingValue /*newValue*/) { in onSettingChanged_1_2() argument
/hardware/interfaces/contexthub/aidl/aidl_api/android.hardware.contexthub/1/android/hardware/contexthub/
DSetting.aidl36 enum Setting { enum
DIContextHub.aidl42 void onSettingChanged(in android.hardware.contexthub.Setting setting, in boolean enabled); in onSettingChanged()
/hardware/interfaces/contexthub/aidl/aidl_api/android.hardware.contexthub/2/android/hardware/contexthub/
DSetting.aidl36 enum Setting { enum
DIContextHub.aidl42 void onSettingChanged(in android.hardware.contexthub.Setting setting, in boolean enabled); in onSettingChanged()
/hardware/interfaces/contexthub/aidl/aidl_api/android.hardware.contexthub/current/android/hardware/contexthub/
DSetting.aidl36 enum Setting { enum
DIContextHub.aidl42 void onSettingChanged(in android.hardware.contexthub.Setting setting, in boolean enabled); in onSettingChanged()
/hardware/interfaces/contexthub/aidl/aidl_api/android.hardware.contexthub/3/android/hardware/contexthub/
DSetting.aidl36 enum Setting { enum
DIContextHub.aidl42 void onSettingChanged(in android.hardware.contexthub.Setting setting, in boolean enabled); in onSettingChanged()
/hardware/interfaces/contexthub/1.2/
Dtypes.hal21 import @1.1::Setting;
26 enum Setting : @1.1::Setting {
DIContexthub.hal60 onSettingChanged_1_2(Setting setting, @1.1::SettingValue newValue);
/hardware/interfaces/contexthub/1.1/default/
DContexthub.h39 Return<void> onSettingChanged(Setting setting, SettingValue newValue) override;
DContexthub.cpp28 Return<void> Contexthub::onSettingChanged(Setting /*setting*/, SettingValue /*newValue*/) { in onSettingChanged() argument
/hardware/interfaces/contexthub/1.1/
Dtypes.hal22 enum Setting : uint8_t {
DIContexthub.hal30 onSettingChanged(Setting setting, SettingValue newValue);
/hardware/interfaces/contexthub/aidl/default/include/contexthub-impl/
DContextHub.h39 ::ndk::ScopedAStatus onSettingChanged(Setting in_setting, bool in_enabled) override;
/hardware/interfaces/contexthub/aidl/default/
DContextHub.cpp63 ScopedAStatus ContextHub::onSettingChanged(Setting /* in_setting */, bool /*in_enabled */) { in onSettingChanged() argument
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_non_seamless_cube_map.adoc29 === A Per Sampler Seamless Setting
/hardware/interfaces/automotive/vehicle/2.0/
DIVehicle.hal61 * Setting some properties require having initial state available. If initial

123