Home
last modified time | relevance | path

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

/system/bt/packet/avrcp/
Dget_folder_items.h50 GetFolderItemsResponseBuilder(Scope scope, Status status, in GetFolderItemsResponseBuilder()
113 GetFolderItemsRequestBuilder(Scope scope, uint32_t start_item, in GetFolderItemsRequestBuilder()
Dget_folder_items.cc306 Scope scope, uint32_t start_item, uint32_t end_item, in MakeBuilder()
/system/tools/hidl/hidl2aidl/
DAidlScope.cpp24 void AidlHelper::emitAidl(const Scope& scope, const Coordinator& coordinator) { in emitAidl()
DAidlHelper.cpp99 const Scope& scope = static_cast<const Scope&>(type); in emitFileHeader() local
/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/
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()
/system/netd/server/aidl_api/netd_aidl_interface/3/android/net/
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()
/system/netd/server/binder/android/net/
DINetdUnsolicitedEventListener.aidl77 int scope); in onInterfaceAddressUpdated()
91 int scope); in onInterfaceAddressRemoved()
/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/
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()
/system/netd/server/aidl_api/netd_aidl_interface/1/android/net/
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()
/system/netd/server/aidl_api/netd_aidl_interface/2/android/net/
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()
/system/tools/sysprop/
DJavaGen.cpp292 sysprop::Scope scope) { in GenerateJavaClass()
399 sysprop::Scope scope, in GenerateJavaLibrary()
DJavaMain.cpp37 sysprop::Scope scope; member
Dsysprop.proto59 Scope scope = 4; field
DCppGen.cpp251 sysprop::Scope scope) { in GenerateHeader()
/system/timezone/input_tools/android/common/src/test/java/com/android/libcore/timezone/util/
DErrorsTest.java74 public void scope() { in scope() method in ErrorsTest
/system/tools/hidl/
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
512 void AST::addScopedType(NamedType* type, Scope* scope) { in addScopedType()
518 const Scope* scope) { in lookupLocalIdentifier()
540 EnumValue* AST::lookupEnumValue(const FQName& fqName, std::string* errorMsg, const Scope* scope) { in lookupEnumValue()
569 Type* AST::lookupType(const FQName& fqName, const Scope* scope) { in lookupType()
597 Type* AST::lookupTypeLocally(const FQName& fqName, const Scope* scope) { in lookupTypeLocally()
/system/tools/hidl/lint/lints/
Dsafeunion.cpp34 static void lintUnionRecursively(const Scope* scope, std::unordered_set<const Type*>* visited, in lintUnionRecursively()
/system/netd/server/
DNetlinkHandler.cpp137 const char *scope = evt->findParam("SCOPE"); in onEvent() local
262 int flags, int scope) { in notifyAddressUpdated()
267 int flags, int scope) { in notifyAddressRemoved()
/system/bt/service/hal/
Dbluetooth_avrcp_interface.cc205 void GetFolderItemsCallback(uint8_t scope, uint32_t start_item, in GetFolderItemsCallback()
227 void GetItemAttrCallback(uint8_t scope, uint8_t* uid, uint16_t uid_counter, in GetItemAttrCallback()
239 void PlayItemCallback(uint8_t scope, uint16_t uid_counter, uint8_t* uid, in PlayItemCallback()
249 void GetTotalNumOfItemsCallback(uint8_t scope, const RawAddress& bd_addr) { in GetTotalNumOfItemsCallback()
268 void AddToNowPlayingCallback(uint8_t scope, uint8_t* uid, uint16_t uid_counter, in AddToNowPlayingCallback()
709 uint8_t scope, uint32_t start_item, uint32_t end_item, uint8_t num_attr, in GetFolderItemsCallback()
720 uint8_t scope, uint8_t* uid, uint16_t uid_counter, uint8_t num_attr, in GetItemAttrCallback()
726 uint8_t scope, uint16_t uid_counter, uint8_t* uid, in PlayItemCallback()
732 uint8_t scope, const RawAddress& bd_addr) { in GetTotalNumOfItemsCallback()
742 uint8_t scope, uint8_t* uid, uint16_t uid_counter, in AddToNowPlayingCallback()
/system/bt/include/hardware/avrcp/
Davrcp_logging_helper.h201 inline std::string ScopeText(const Scope& scope) { in ScopeText()
/system/netd/tests/
DTestUnsolService.cpp111 int scope) { in onInterfaceAddressRemoved()
/system/core/healthd/
DBatteryMonitor.cpp241 std::string scope; in isScopedPowerSupply() local
/system/bt/stack/avrc/
Davrc_bld_ct.cc337 static tAVRC_STS avrc_bld_play_item_cmd(BT_HDR* p_pkt, uint8_t scope, in avrc_bld_play_item_cmd()
/system/bt/stack/include/
Davrc_defs.h1213 uint8_t scope; member
1235 uint8_t scope; member
1255 uint8_t scope; member
1265 uint8_t scope; member
1275 uint8_t scope; member
/system/bt/btif/src/
Dbtif_rc.cc4708 static bt_status_t get_item_attribute_cmd(uint64_t uid, int scope, in get_item_attribute_cmd()
4872 uint8_t scope, uint32_t start_item, in get_folder_items_cmd()
4938 static bt_status_t play_item_cmd(const RawAddress& bd_addr, uint8_t scope, in play_item_cmd()