Home | History | Annotate | Download | only in camera

Lines Matching refs:eventMsg

179     int32_t eventMsg = ((msgs >> MessageNotifier::EVENT_BIT_FIELD_POSITION) & EVENT_MASK);
213 if ( eventMsg != 0)
215 CAMHAL_LOGVB("Event message type id=0x%x subscription request", eventMsg);
216 if ( CameraHalEvent::ALL_EVENTS == eventMsg )
225 CAMHAL_LOGEA("Event message type id=0x%x subscription no supported yet!", eventMsg);
239 int32_t eventMsg = ((msgs >> MessageNotifier::EVENT_BIT_FIELD_POSITION) & EVENT_MASK);
282 if ( eventMsg != 0 )
284 CAMHAL_LOGVB("Event message type id=0x%x remove subscription request", eventMsg);
285 if ( CameraHalEvent::ALL_EVENTS == eventMsg)
295 CAMHAL_LOGEA("Event message type id=0x%x subscription remove not supported yet!", eventMsg);