Lines Matching refs:binder
28 binder::Status Ok() { in Ok()
29 return binder::Status::ok(); in Ok()
32 binder::Status Exception(uint32_t code, const std::string& msg) { in Exception()
33 return binder::Status::fromExceptionCode(code, String8(msg.c_str())); in Exception()
36 int fromBinderStatus(const binder::Status& status) { in fromBinderStatus()
37 return status.exceptionCode() == binder::Status::EX_SERVICE_SPECIFIC in fromBinderStatus()
45 binder::Status CheckPermissionForDataDelivery(const char* permission, const char* operation, in CheckPermissionForDataDelivery()
53 return Exception(binder::Status::EX_SECURITY, in CheckPermissionForDataDelivery()
61 return Exception(binder::Status::EX_SECURITY, in CheckPermissionForDataDelivery()
67 return binder::Status::ok(); in CheckPermissionForDataDelivery()
74 return binder::Status::ok(); in CheckPermissionForDataDelivery()
76 return Exception(binder::Status::EX_SECURITY, in CheckPermissionForDataDelivery()