Searched refs:binderStatus (Results 1 – 3 of 3) sorted by relevance
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()[all …]
33 using binderStatus = android::binder::Status; variable49 binderStatus registerCallback(const std::string &entityName,51 binderStatus unregisterCallback(const sp<IPixelPowerStatsCallback> &callback) override;64 binderStatus unregisterCallbackInternal(const sp<IBinder> &callback);
148 ndk::ScopedAStatus binderStatus = in registerHistogram() local150 if (!binderStatus.isOk() || *histogramErrorCode != HistogramErrorCode::NONE) { in registerHistogram()152 return binderStatus; in registerHistogram()266 ndk::ScopedAStatus binderStatus = in reconfigHistogram() local268 if (!binderStatus.isOk() || *histogramErrorCode != HistogramErrorCode::NONE) { in reconfigHistogram()270 return binderStatus; in reconfigHistogram()