Home
last modified time | relevance | path

Searched refs:IApexService (Results 1 – 5 of 5) sorted by relevance

/system/update_engine/aosp/
Dapex_handler_android.cc90 android::sp<android::apex::IApexService> ApexHandlerAndroid::GetApexService() in GetApexService()
97 return android::interface_cast<android::apex::IApexService>(binder); in GetApexService()
Dapex_handler_android.h40 android::sp<android::apex::IApexService> GetApexService() const;
/system/apex/apexd/aidl/android/apex/
DIApexService.aidl25 interface IApexService { interface
/system/apex/apexd/
Dapexservice_test.cpp112 service_ = android::interface_cast<IApexService>(binder); in SetUp()
382 sp<IApexService> service_;
DAndroid.bp110 "aidl/android/apex/IApexService.aidl",