Searched refs:mIsDeviceOpen (Results 1 – 1 of 1) sorted by relevance
156 private boolean mIsDeviceOpen = false; field in FmService544 if (!mIsDeviceOpen) { in openDevice()545 mIsDeviceOpen = FmNative.openDev(); in openDevice()547 return mIsDeviceOpen; in openDevice()557 if (mIsDeviceOpen) { in closeDevice()559 mIsDeviceOpen = !isDeviceClose; in closeDevice()572 return mIsDeviceOpen; in isDeviceOpen()608 if (!mIsDeviceOpen) { in powerUp()