Searched refs:CEC_MSG_OUT_FIFO (Results 1 – 2 of 2) sorted by relevance
94 mOutputFile = open(CEC_MSG_OUT_FIFO, O_RDWR); in setCallback()185 mOutputFile = open(CEC_MSG_OUT_FIFO, O_WRONLY); in sendMessageToFifo()195 ALOGE("[halimp] write :%s failed, ret:%d\n", CEC_MSG_OUT_FIFO, ret); in sendMessageToFifo()
53 #define CEC_MSG_OUT_FIFO "/dev/cec_out_pipe" macro