Searched refs:frameMsg (Results 1 – 1 of 1) sorted by relevance
178 int32_t frameMsg = ((msgs >> MessageNotifier::FRAME_BIT_FIELD_POSITION) & EVENT_MASK); in enableMsgType() local181 if ( frameMsg != 0 ) in enableMsgType()183 CAMHAL_LOGVB("Frame message type id=0x%x subscription request", frameMsg); in enableMsgType()184 switch ( frameMsg ) in enableMsgType()208 CAMHAL_LOGEA("Frame message type id=0x%x subscription no supported yet!", frameMsg); in enableMsgType()238 int32_t frameMsg = ((msgs >> MessageNotifier::FRAME_BIT_FIELD_POSITION) & EVENT_MASK); in disableMsgType() local241 if ( frameMsg != 0 ) in disableMsgType()243 CAMHAL_LOGVB("Frame message type id=0x%x remove subscription request", frameMsg); in disableMsgType()244 switch ( frameMsg ) in disableMsgType()277 … CAMHAL_LOGEA("Frame message type id=0x%x subscription remove not supported yet!", frameMsg); in disableMsgType()