Home | History | Annotate | Download | only in audioflinger

Lines Matching full:no_init

513     virtual     status_t    initCheck() const { return (mOutput == NULL) ? NO_INIT : NO_ERROR; }
1075 virtual status_t initCheck() const { return (mInput == NULL) ? NO_INIT : NO_ERROR; }