Searched refs:transition (Results 1 - 10 of 10) sorted by relevance

/hardware/interfaces/gnss/1.0/
H A DIGnssGeofenceCallback.hal55 * same for a sufficient period of time, the UNCERTAIN transition must be
57 * appropriate transition must be triggered. This "sufficient period of time"
77 * appropriate (ENTERED or EXITED) transition for every Geofence it knows about.
83 * UNKNOWN transition described above is per geofence.
87 * hopefully provide a definitive state transition to the third party
118 * The callback associated with the geofence transition.
120 * particular transition. For instance, if the caller is interested only in
121 * ENTERED transition, then the callback must not be called with the EXITED
122 * transition.
124 * IMPORTANT: If a transition i
[all...]
/hardware/qcom/gps/msm8998/android/location_api/
H A DGeofenceAPIClient.cpp147 IGnssGeofenceCallback::GeofenceTransition transition; local
149 transition = IGnssGeofenceCallback::GeofenceTransition::ENTERED;
151 transition = IGnssGeofenceCallback::GeofenceTransition::EXITED;
153 // continue with other breach if transition is
159 geofenceBreachNotification.ids[i], gnssLocation, transition,
/hardware/interfaces/gnss/1.0/default/
H A DGnssGeofencing.cpp55 int32_t transition,
71 static_cast<IGnssGeofenceCallback::GeofenceTransition>(transition),
53 gnssGfTransitionCb(int32_t geofenceId, GpsLocation* location, int32_t transition, GpsUtcTime timestamp) argument
H A DGnssGeofencing.h71 int32_t transition, GpsUtcTime timestamp);
/hardware/intel/common/wrs_omxil_core/base/src/
H A Dcomponentbase.cpp1291 OMX_STATETYPE transition = (OMX_STATETYPE)cmd->param1; local
1294 TransState(transition);
1364 void ComponentBase::TransState(OMX_STATETYPE transition) argument
1373 GetStateName(transition));
1376 if (current == transition) {
1391 if (transition == OMX_StateLoaded)
1393 else if (transition == OMX_StateIdle)
1395 else if (transition == OMX_StateExecuting)
1397 else if (transition == OMX_StatePause)
1399 else if (transition
[all...]
H A Dportbase.cpp1003 OMX_ERRORTYPE PortBase::TransState(OMX_U8 transition) argument
1008 LOGV("%s(): %s:%s:PortIndex %u: enter, transition from %s to %s\n",
1011 GetPortStateName(state), GetPortStateName(transition));
1017 if (current == transition) {
1026 if (transition == OMX_PortEnabled) {
1042 else if(transition == OMX_PortDisabled) {
1053 LOGE("%s(): %s:%s:PortIndex %u: exit failure, invalid transition "
1056 portdefinition.nPortIndex, GetPortStateName(transition));
1060 state = transition;
1062 LOGV("%s(): %s:%s:PortIndex %u: transition fro
[all...]
/hardware/libhardware/include/hardware/
H A Dfused_location.h545 * same for a sufficient period of time, the UNCERTAIN transition would be
547 * appropriate transition should be triggered. This "sufficient period of time"
567 * appropriate (ENTERED or EXITED) transition for every Geofence it knows about.
573 * UNKNOWN transition described above is per geofence.
588 * transition - Can be one of FLP_GEOFENCE_TRANSITION_ENTERED, FLP_GEOFENCE_TRANSITION_EXITED,
590 * timestamp - Timestamp when the transition was detected; -1 if not available.
595 * particular transition. For instance, if the caller is interested only in
596 * ENTERED transition, then the callback should NOT be called with the EXITED
597 * transition.
599 * IMPORTANT: If a transition i
[all...]
H A Dgps.h1031 * same for a sufficient period of time, the UNCERTAIN transition would be
1033 * appropriate transition should be triggered. This "sufficient period of time"
1053 * appropriate (ENTERED or EXITED) transition for every Geofence it knows about.
1059 * UNKNOWN transition described above is per geofence.
1063 * hopefully provide a definitive state transition to the third party
1074 * transition - Can be one of GPS_GEOFENCE_ENTERED, GPS_GEOFENCE_EXITED,
1076 * timestamp - Timestamp when the transition was detected.
1079 * particular transition. For instance, if the caller is interested only in
1080 * ENTERED transition, then the callback should NOT be called with the EXITED
1081 * transition
[all...]
/hardware/intel/common/wrs_omxil_core/base/inc/
H A Dcomponentbase.h317 void TransState(OMX_STATETYPE transition);
/hardware/qcom/gps/msm8998/core/
H A Dloc_gps.h1209 * same for a sufficient period of time, the UNCERTAIN transition would be
1211 * appropriate transition should be triggered. This "sufficient period of time"
1231 * appropriate (ENTERED or EXITED) transition for every Geofence it knows about.
1237 * UNKNOWN transition described above is per geofence.
1241 * hopefully provide a definitive state transition to the third party
1265 * transition - Can be one of LOC_GPS_GEOFENCE_ENTERED, LOC_GPS_GEOFENCE_EXITED,
1267 * timestamp - Timestamp when the transition was detected.
1270 * particular transition. For instance, if the caller is interested only in
1271 * ENTERED transition, then the callback should NOT be called with the EXITED
1272 * transition
[all...]

Completed in 190 milliseconds