HomeSort by relevance Sort by last modified time
    Searched defs:appState (Results 1 - 3 of 3) sorted by null

  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
ClientDescriptor.h 167 void setAppState(app_state_t appState) { mAppState = appState; }
168 app_state_t appState() { return mAppState; }
  /cts/tests/framework/base/windowmanager/util/src/android/server/wm/
WindowManagerState.java 240 static String appStateToString(int appState) {
241 switch (appState) {
767 int appState = 0;
770 appState = appTransitionProto.appTransitionState;
773 mAppTransitionState = appStateToString(appState);
    [all...]
  /frameworks/av/services/audiopolicy/service/
AudioPolicyService.cpp 455 app_state_t appState = apmStatFromAmState(mUidPolicy->getUidState(current->uid));
458 if (appState == APP_STATE_IDLE) {
462 if (appState == APP_STATE_TOP) {
    [all...]

Completed in 232 milliseconds