Lines Matching refs:binderStatus
49 binderStatus AidlStateResidencyDataProvider::unregisterCallbackInternal( in unregisterCallbackInternal()
53 return binderStatus::fromExceptionCode(binderStatus::EX_NULL_POINTER, "callback is null"); in unregisterCallbackInternal()
70 return removed ? binderStatus::ok() in unregisterCallbackInternal()
71 : binderStatus::fromExceptionCode(binderStatus::EX_ILLEGAL_ARGUMENT, in unregisterCallbackInternal()
76 binderStatus status = unregisterCallbackInternal(who.promote()); in binderDied()
82 binderStatus AidlStateResidencyDataProvider::unregisterCallback( in unregisterCallback()
87 binderStatus AidlStateResidencyDataProvider::registerCallback( in registerCallback()
94 return binderStatus::fromExceptionCode( in registerCallback()
95 binderStatus::EX_NULL_POINTER, "Invalid callback. Callback is null"); in registerCallback()
103 return binderStatus::fromExceptionCode(binderStatus::EX_ILLEGAL_ARGUMENT, "Invalid entity"); in registerCallback()
115 return binderStatus::ok(); in registerCallback()
118 static binderStatus getStatsTimed( in getStatsTimed()
125 binderStatus status = cb.second->getStats(&stats); in getStatsTimed()
179 binderStatus status = getStatsTimed(cb, stats); in getResults()