Searched defs:binder_result (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/tests/
H A Dinstalld_dexopt_test.cpp252 /*out */ binder::Status* binder_result = nullptr, int32_t uid = -1) {
293 if (binder_result != nullptr) {
294 *binder_result = result;
341 binder::Status* binder_result = nullptr,
352 binder_result);
360 binder::Status* binder_result = nullptr,
371 binder_result);
382 /*out */ binder::Status* binder_result) {
423 if (binder_result != nullptr) {
424 *binder_result
374 CompilePrimaryDex(std::string compiler_filter, int32_t dex_flags, const char* oat_dir, int32_t uid, int32_t dexopt_needed, const char* dm_path, bool downgrade, bool should_binder_call_succeed, binder::Status* binder_result) argument
706 binder::Status binder_result = service_->createProfileSnapshot( local
748 binder::Status binder_result = service_->mergeProfiles( local
776 binder::Status binder_result = service_->prepareAppProfile( local
865 binder::Status binder_result = service_->destroyProfileSnapshot(package_name_, kPrimaryProfile); local
978 binder::Status binder_result = service_->createProfileSnapshot( local
[all...]

Completed in 191 milliseconds