OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eventMsg
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/net/java/android/net/ip/
IpReachabilityMonitor.java
549
final String
eventMsg
= "NeighborEvent{"
560
Log.d(TAG,
eventMsg
);
574
Log.w(TAG, "ALERT: " +
eventMsg
);
575
handleNeighborLost(
eventMsg
);
/hardware/ti/omap4-aah/camera/
BaseCameraAdapter.cpp
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
);
[
all
...]
Completed in 436 milliseconds