HomeSort by relevance Sort by last modified time
    Searched full:feature_flags (Results 1 - 14 of 14) sorted by null

  /hardware/interfaces/wifi/1.2/default/tests/
mock_wifi_feature_flags.cpp 26 namespace feature_flags { namespace in namespace:android::hardware::wifi::V1_2::implementation
30 } // namespace feature_flags
mock_wifi_feature_flags.h 29 namespace feature_flags { namespace in namespace:android::hardware::wifi::V1_2::implementation
40 } // namespace feature_flags
wifi_chip_unit_tests.cpp 225 std::shared_ptr<NiceMock<feature_flags::MockWifiFeatureFlags>>
226 feature_flags_{new NiceMock<feature_flags::MockWifiFeatureFlags>};
  /hardware/interfaces/wifi/1.2/default/
wifi_feature_flags.h 25 namespace feature_flags { namespace in namespace:android::hardware::wifi::V1_2::implementation
37 } // namespace feature_flags
wifi_feature_flags.cpp 43 namespace feature_flags { namespace in namespace:android::hardware::wifi::V1_2::implementation
54 } // namespace feature_flags
wifi.h 46 const std::shared_ptr<feature_flags::WifiFeatureFlags> feature_flags);
81 std::shared_ptr<feature_flags::WifiFeatureFlags> feature_flags_;
service.cpp 29 using android::hardware::wifi::V1_2::implementation::feature_flags::
wifi.cpp 39 const std::shared_ptr<feature_flags::WifiFeatureFlags> feature_flags)
42 feature_flags_(feature_flags),
wifi_chip.h 56 const std::weak_ptr<feature_flags::WifiFeatureFlags> feature_flags);
224 std::weak_ptr<feature_flags::WifiFeatureFlags> feature_flags_;
wifi_chip.cpp 315 const std::weak_ptr<feature_flags::WifiFeatureFlags> feature_flags)
319 feature_flags_(feature_flags),
    [all...]
wifi_legacy_hal.cpp 475 "Some feature_flags can not be represented in output");
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/
CommonTools.env 598 FEATURE_FLAGS = $(FEATURE_FLAGS) /D EFI_DEBUG
602 FEATURE_FLAGS = $(FEATURE_FLAGS) /D EFI_DEBUG_CLEAR_MEMORY
606 FEATURE_FLAGS = $(FEATURE_FLAGS) /D EFI_PEI_PERFORMANCE /D EFI_DXE_PERFORMANCE
610 FEATURE_FLAGS = $(FEATURE_FLAGS) /D EFI_ADDTIONAL_DRIVERS
614 FEATURE_FLAGS = $(FEATURE_FLAGS) /D EFI_USE_CUSTOM_COMPRESS
    [all...]
  /system/connectivity/wificond/net/
netlink_utils.cpp 72 WiphyFeatures::WiphyFeatures(uint32_t feature_flags,
75 feature_flags & NL80211_FEATURE_SCAN_RANDOM_MAC_ADDR),
77 feature_flags & NL80211_FEATURE_SCHED_SCAN_RANDOM_MAC_ADDR) {
327 uint32_t feature_flags; local
329 &feature_flags)) {
338 *out_wiphy_features = WiphyFeatures(feature_flags,
netlink_utils.h 100 WiphyFeatures(uint32_t feature_flags,

Completed in 4264 milliseconds