Home | History | Annotate | Download | only in soundtrigger

Lines Matching defs:mRequested

1196         // mRequested captures the explicit intent that a start was requested for this model. We
1199 // This was the intended behavior of the "mRequested" variable in the previous version of
1204 // these transient disruptions, we would start such models again where mRequested == true.
1205 // Thus, mRequested gets reset only when there is an explicit intent to stop the model
1208 private boolean mRequested = false;
1281 mRequested = false;
1311 return mRequested;
1315 mRequested = requested;
1348 return "Requested: " + (mRequested ? "Yes" : "No");