Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcmd_boot_record.cpp33 ENABLE, enumerator
78 if (action_ == Action::ENABLE) { in Run()
108 action_ = Action::ENABLE; in ParseOptions()
/system/chre/core/include/chre/core/
Dwifi_request_manager.h368 enum class PendingNanConfigType { UNKNOWN, ENABLE, DISABLE }; enumerator
/system/nfc/tools/casimir/src/
Dnci_packets.pdl804 ENABLE = 0x01,
856 ENABLE = 0x1,
/system/chre/core/
Dwifi_request_manager.cc1358 available ? PendingNanConfigType::ENABLE : PendingNanConfigType::DISABLE; in handleNanAvailabilitySync()
1389 enable ? PendingNanConfigType::ENABLE : PendingNanConfigType::DISABLE; in sendNanConfiguration()