Home
last modified time | relevance | path

Searched refs:EVENT_MASK (Results 1 – 1 of 1) sorted by relevance

/hardware/ti/omap4-aah/camera/
DBaseCameraAdapter.cpp19 const int EVENT_MASK = 0xffff; variable
178 int32_t frameMsg = ((msgs >> MessageNotifier::FRAME_BIT_FIELD_POSITION) & EVENT_MASK); in enableMsgType()
179 int32_t eventMsg = ((msgs >> MessageNotifier::EVENT_BIT_FIELD_POSITION) & EVENT_MASK); in enableMsgType()
238 int32_t frameMsg = ((msgs >> MessageNotifier::FRAME_BIT_FIELD_POSITION) & EVENT_MASK); in disableMsgType()
239 int32_t eventMsg = ((msgs >> MessageNotifier::EVENT_BIT_FIELD_POSITION) & EVENT_MASK); in disableMsgType()