Home
last modified time | relevance | path

Searched refs:mOffHostAidRoutingPowerState (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Nfc/nci/jni/
DRoutingManager.cpp108 mOffHostAidRoutingPowerState = in RoutingManager()
308 powerState = (route != 0x00) ? mOffHostAidRoutingPowerState : 0x11; in addAidRouting()
311 (route != 0x00) ? mOffHostAidRoutingPowerState & power : power; in addAidRouting()
630 powerState = (mDefaultEe != 0x00) ? mOffHostAidRoutingPowerState : 0x11; in updateDefaultRoute()
DRoutingManager.h110 uint8_t mOffHostAidRoutingPowerState; variable