Home
last modified time | relevance | path

Searched defs:scope (Results 1 – 25 of 97) sorted by relevance

1234

/aosp12/build/soong/androidmk/parser/
H A Dscope.go28 type scope struct { struct
29 variables map[string]string
30 functions map[string]func([]string) []string
31 parent Scope
/aosp12/packages/apps/Camera2/src/com/android/camera/settings/
H A DSettingObserver.java59 private SettingObserver(SettingsManager manager, String scope, String key, Class<T> tClass) { in SettingObserver()
67 String scope, String key) { in ofInteger()
73 String scope, String key) { in ofString()
79 String scope, String key) { in ofBoolean()
/aosp12/packages/modules/Connectivity/core/java/android/net/
H A DLinkAddress.java69 private int scope; field in LinkAddress
97 private void init(InetAddress address, int prefixLength, int flags, int scope) { in init()
122 public LinkAddress(InetAddress address, int prefixLength, int flags, int scope) { in LinkAddress()
168 public LinkAddress(String address, int flags, int scope) { in LinkAddress()
/aosp12/packages/modules/Connectivity/framework/src/android/net/
H A DLinkAddress.java100 private int scope; field in LinkAddress
189 private void init(InetAddress address, int prefixLength, int flags, int scope, in init()
244 int flags, int scope) { in LinkAddress()
275 int flags, int scope, long deprecationTime, long expirationTime) { in LinkAddress()
325 public LinkAddress(@NonNull String address, int flags, int scope) { in LinkAddress()
/aosp12/system/bt/packet/avrcp/
H A Dget_folder_items.h50 GetFolderItemsResponseBuilder(Scope scope, Status status, in GetFolderItemsResponseBuilder()
113 GetFolderItemsRequestBuilder(Scope scope, uint32_t start_item, in GetFolderItemsRequestBuilder()
/aosp12/build/blueprint/
H A Dninja_strings.go52 type scope interface { interface
63 scope scope member
95 func parseNinjaString(scope scope, str string) (ninjaString, error) { argument
270 func parseNinjaStrings(scope scope, strs []string) ([]ninjaString, argument
/aosp12/frameworks/base/core/java/android/os/
H A DAggregateBatteryConsumer.java83 @BatteryUsageStats.AggregateBatteryConsumerScope int scope) throws IOException { in writeToXml()
94 final int scope = parser.getAttributeInt(null, BatteryUsageStats.XML_ATTR_SCOPE); in parseXml() local
/aosp12/system/sepolicy/build/soong/
H A Dbuild_files.go97 type scope int type
106 scope scope member
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/1/android/net/
H A DINetdUnsolicitedEventListener.aidl6 … onInterfaceAddressUpdated(@utf8InCpp String addr, @utf8InCpp String ifName, int flags, int scope); in onInterfaceAddressUpdated()
7 … onInterfaceAddressRemoved(@utf8InCpp String addr, @utf8InCpp String ifName, int flags, int scope); in onInterfaceAddressRemoved()
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/
H A DINetdUnsolicitedEventListener.aidl24 … onInterfaceAddressUpdated(@utf8InCpp String addr, @utf8InCpp String ifName, int flags, int scope); in onInterfaceAddressUpdated()
25 … onInterfaceAddressRemoved(@utf8InCpp String addr, @utf8InCpp String ifName, int flags, int scope); in onInterfaceAddressRemoved()
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/7/android/net/
H A DINetdUnsolicitedEventListener.aidl40 … onInterfaceAddressUpdated(@utf8InCpp String addr, @utf8InCpp String ifName, int flags, int scope); in onInterfaceAddressUpdated()
41 … onInterfaceAddressRemoved(@utf8InCpp String addr, @utf8InCpp String ifName, int flags, int scope); in onInterfaceAddressRemoved()
/aosp12/system/netd/server/binder/android/net/
H A DINetdUnsolicitedEventListener.aidl77 int scope); in onInterfaceAddressUpdated()
91 int scope); in onInterfaceAddressRemoved()
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/2/android/net/
H A DINetdUnsolicitedEventListener.aidl23 … onInterfaceAddressUpdated(@utf8InCpp String addr, @utf8InCpp String ifName, int flags, int scope); in onInterfaceAddressUpdated()
24 … onInterfaceAddressRemoved(@utf8InCpp String addr, @utf8InCpp String ifName, int flags, int scope); in onInterfaceAddressRemoved()
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/3/android/net/
H A DINetdUnsolicitedEventListener.aidl24 … onInterfaceAddressUpdated(@utf8InCpp String addr, @utf8InCpp String ifName, int flags, int scope); in onInterfaceAddressUpdated()
25 … onInterfaceAddressRemoved(@utf8InCpp String addr, @utf8InCpp String ifName, int flags, int scope); in onInterfaceAddressRemoved()
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/5/android/net/
H A DINetdUnsolicitedEventListener.aidl24 … onInterfaceAddressUpdated(@utf8InCpp String addr, @utf8InCpp String ifName, int flags, int scope); in onInterfaceAddressUpdated()
25 … onInterfaceAddressRemoved(@utf8InCpp String addr, @utf8InCpp String ifName, int flags, int scope); in onInterfaceAddressRemoved()
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/6/android/net/
H A DINetdUnsolicitedEventListener.aidl40 … onInterfaceAddressUpdated(@utf8InCpp String addr, @utf8InCpp String ifName, int flags, int scope); in onInterfaceAddressUpdated()
41 … onInterfaceAddressRemoved(@utf8InCpp String addr, @utf8InCpp String ifName, int flags, int scope); in onInterfaceAddressRemoved()
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/
H A DINetdUnsolicitedEventListener.aidl40 … onInterfaceAddressUpdated(@utf8InCpp String addr, @utf8InCpp String ifName, int flags, int scope); in onInterfaceAddressUpdated()
41 … onInterfaceAddressRemoved(@utf8InCpp String addr, @utf8InCpp String ifName, int flags, int scope); in onInterfaceAddressRemoved()
/aosp12/frameworks/libs/net/client-libs/netd/com/android/net/module/util/
H A DBaseNetdUnsolicitedEventListener.java41 int scope) { } in onInterfaceAddressUpdated()
45 int scope) { } in onInterfaceAddressRemoved()
/aosp12/system/tools/aidl/
H A Dparser.cpp66 ConstantReferenceResolver(const AidlDefinedType* scope, const AidlTypenames& typenames, in ConstantReferenceResolver()
97 const AidlDefinedType* scope; member
/aosp12/system/tools/sysprop/
H A DJavaGen.cpp355 sysprop::Scope scope) { in GenerateJavaClass()
469 sysprop::Scope scope, in GenerateJavaLibrary()
/aosp12/system/tools/hidl/
H A DAST.cpp206 Scope* scope = type->isScope() ? static_cast<Scope*>(type) : type->parent(); in lookupTypes() local
254 Scope* scope = type->isScope() ? static_cast<Scope*>(type) : type->parent(); in lookupConstantExpressions() local
518 void AST::addScopedType(NamedType* type, Scope* scope) { in addScopedType()
524 const Scope* scope) { in lookupLocalIdentifier()
546 EnumValue* AST::lookupEnumValue(const FQName& fqName, std::string* errorMsg, const Scope* scope) { in lookupEnumValue()
575 Type* AST::lookupType(const FQName& fqName, const Scope* scope) { in lookupType()
603 Type* AST::lookupTypeLocally(const FQName& fqName, const Scope* scope) { in lookupTypeLocally()
/aosp12/art/tools/checker/match/
H A Dfile.py163 def find_matching_line(statement, c1_pass, scope, variables, exclude_lines=[]): argument
203 def handle_dag_queue(self, scope): argument
232 def handle_not_queue(self, scope): argument
/aosp12/system/bt/service/hal/
H A Dbluetooth_avrcp_interface.cc206 void GetFolderItemsCallback(uint8_t scope, uint32_t start_item, in GetFolderItemsCallback()
228 void GetItemAttrCallback(uint8_t scope, uint8_t* uid, uint16_t uid_counter, in GetItemAttrCallback()
240 void PlayItemCallback(uint8_t scope, uint16_t uid_counter, uint8_t* uid, in PlayItemCallback()
250 void GetTotalNumOfItemsCallback(uint8_t scope, const RawAddress& bd_addr) { in GetTotalNumOfItemsCallback()
269 void AddToNowPlayingCallback(uint8_t scope, uint8_t* uid, uint16_t uid_counter, in AddToNowPlayingCallback()
710 uint8_t scope, uint32_t start_item, uint32_t end_item, uint8_t num_attr, in GetFolderItemsCallback()
721 uint8_t scope, uint8_t* uid, uint16_t uid_counter, uint8_t num_attr, in GetItemAttrCallback()
727 uint8_t scope, uint16_t uid_counter, uint8_t* uid, in PlayItemCallback()
733 uint8_t scope, const RawAddress& bd_addr) { in GetTotalNumOfItemsCallback()
743 uint8_t scope, uint8_t* uid, uint16_t uid_counter, in AddToNowPlayingCallback()
/aosp12/system/netd/server/
H A DNetlinkHandler.cpp137 const char *scope = evt->findParam("SCOPE"); in onEvent() local
266 int flags, int scope) { in notifyAddressUpdated()
271 int flags, int scope) { in notifyAddressRemoved()
/aosp12/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
H A DCarSettingsTest.java86 String scope = entry.getValue(); in checkAllSettingsReadable() local

1234