Home | History | Annotate | Download | only in src

Lines Matching defs:on

13  * distributed under the License is distributed on an "AS IS" BASIS,
257 ALOGV("%s: on : value is: %d", __func__, value);
264 ALOGV("%s: on : value is incremented to : %d", __func__, value);
355 char on = (en)?'1':'0';
362 ALOGI("bt_powerup: %c", on);
422 if(can_perform_action(on) == false) {
452 ALOGE("Write %c to rfkill\n", on);
456 if ((size = write(fd, &on, 1)) < 0) {
467 if(on == '0'){
479 /* If wlan driver is not loaded, and bt is changed from off => on */
481 if (on == '1') {
491 else if (isInit == 0 && on == '0') {
503 if (isInit == 0 && on == '0')
505 else if (on == '1')
677 (nState == BT_VND_PWR_ON)? "On" : "Off" );
816 /* Clock on */
818 ALOGD("userial clock on");