Searched refs:in_enable (Results 1 – 10 of 10) sorted by relevance
/hardware/interfaces/dumpstate/aidl/default/ |
D | Dumpstate.cpp | 77 ndk::ScopedAStatus Dumpstate::setVerboseLoggingEnabled(bool in_enable) { in setVerboseLoggingEnabled() argument 78 ::android::base::SetProperty(kVerboseLoggingProperty, in_enable ? "true" : "false"); in setVerboseLoggingEnabled()
|
D | Dumpstate.h | 40 ::ndk::ScopedAStatus setVerboseLoggingEnabled(bool in_enable) override;
|
/hardware/interfaces/usb/aidl/default/ |
D | Usb.h | 50 bool in_enable, int64_t in_transactionId) override; 55 ScopedAStatus enableUsbData(const string& in_portName, bool in_enable,
|
D | Usb.cpp | 59 ScopedAStatus Usb::enableUsbData(const string& in_portName, bool in_enable, int64_t in_transactionI… in enableUsbData() argument 65 in_portName, true, in_enable ? Status::SUCCESS : Status::ERROR, in_transactionId); in enableUsbData()
|
/hardware/interfaces/wifi/aidl/default/ |
D | wifi_sta_iface.h | 76 ndk::ScopedAStatus enableNdOffload(bool in_enable) override; 91 ndk::ScopedAStatus setScanMode(bool in_enable) override;
|
D | wifi_sta_iface.cpp | 169 ndk::ScopedAStatus WifiStaIface::enableNdOffload(bool in_enable) { in enableNdOffload() argument 171 &WifiStaIface::enableNdOffloadInternal, in_enable); in enableNdOffload() 216 ndk::ScopedAStatus WifiStaIface::setScanMode(bool in_enable) { in setScanMode() argument 218 &WifiStaIface::setScanModeInternal, in_enable); in setScanMode()
|
D | wifi_chip.h | 138 ndk::ScopedAStatus enableDebugErrorAlerts(bool in_enable) override;
|
D | wifi_chip.cpp | 509 ndk::ScopedAStatus WifiChip::enableDebugErrorAlerts(bool in_enable) { in enableDebugErrorAlerts() argument 511 &WifiChip::enableDebugErrorAlertsInternal, in_enable); in enableDebugErrorAlerts()
|
/hardware/interfaces/biometrics/fingerprint/aidl/default/include/ |
D | VirtualHal.h | 52 ::ndk::ScopedAStatus setLockoutEnable(bool in_enable) override;
|
/hardware/interfaces/biometrics/fingerprint/aidl/default/ |
D | VirtualHal.cpp | 193 ::ndk::ScopedAStatus VirtualHal::setLockoutEnable(bool in_enable) { in setLockoutEnable() argument 195 Fingerprint::cfg().set<bool>("lockout_enable", in_enable); in setLockoutEnable()
|