Lines Matching refs:ALOGD
94 ALOGD("Opening sound card state : %s", path.string()); in getStateFDs()
142 ALOGD(" Found event file = %s", in_file->d_name); in getDeviceEventFDs()
155 ALOGD("event status mAudioEventsStatus= %s", in getDeviceEventFDs()
190 ALOGD("notify audio HAL %s", in checkEventState()
253 ALOGD("Opening cpe0_state : %s", path); in threadLoop()
263 ALOGD("cpe state opened: %s", path); in threadLoop()
268 ALOGD("number of sndcards %d CPEs %d", i, cpe_cnt - CPE_MAGIC_NUM); in threadLoop()
284 ALOGD("read for sound card state change before while"); in threadLoop()
294 ALOGD("CPE %d state file content: %s before while", in threadLoop()
297 ALOGD("CPE state offline"); in threadLoop()
300 ALOGD("CPE state online"); in threadLoop()
307 ALOGD("CPE boot up completed before polling"); in threadLoop()
312 ALOGD("sound card state file content: %s before while",rd_buf); in threadLoop()
323 ALOGD("cur_state=%d, bootup_complete=%d", cur_state, cur_state ); in threadLoop()
339 ALOGD("poll() for sound card state change "); in threadLoop()
346 ALOGD("out of poll() for sound card state change, SNDCARD size=%d", mSndCardFd.size()); in threadLoop()
366 ALOGD("CPE state is %d, nofity AudioSystem", cur_cpe_state); in threadLoop()
371 ALOGD("CPE boot up completed"); in threadLoop()
457 ALOGD("%s: notifyAudioSystemEventStatus : %s", __func__, str.string()); in notifyAudioSystemEventStatus()