HomeSort by relevance Sort by last modified time
    Searched refs:eventMsg (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/net/
IpReachabilityMonitor.java 422 final String eventMsg = "NeighborEvent{"
433 Log.d(TAG, eventMsg);
447 Log.w(TAG, "ALERT: " + eventMsg);
448 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 457 milliseconds