Searched refs:MESSAGE_GIVE_OSD_NAME (Results 1 – 8 of 8) sorted by relevance
116 MESSAGE_GIVE_OSD_NAME,196 static final int MESSAGE_GIVE_OSD_NAME = 0x46; field in Constants
121 addHandler(Constants.MESSAGE_GIVE_OSD_NAME, mBypasser); in addTvHandlers()
152 if (requestOpcode == Constants.MESSAGE_GIVE_OSD_NAME) { in processCommand()
251 case Constants.MESSAGE_GIVE_OSD_NAME: in opcodeToString()
304 ((cmd.getParams()[0] & 0xFF) == Constants.MESSAGE_GIVE_OSD_NAME)) { in processCommand()
72 return HdmiCecMessage.build(src, dest, Constants.MESSAGE_GIVE_OSD_NAME); in buildGiveOsdNameCommand()
130 addValidationInfo(Constants.MESSAGE_GIVE_OSD_NAME, in addValidationInfo() argument
328 case Constants.MESSAGE_GIVE_OSD_NAME: in onMessage()