Searched refs:database (Results 1 – 12 of 12) sorted by relevance
/system/bt/bta/gatt/ |
D | database_builder.cc | 33 if (database.services.empty() || in AddService() 34 database.services.back().end_handle < handle) { in AddService() 35 database.services.emplace_back(Service{.handle = handle, in AddService() 40 auto& vec = database.services; in AddService() 60 Service* service = FindService(database.services, handle); in AddIncludedService() 68 if (!FindService(database.services, start_handle)) { in AddIncludedService() 82 Service* service = FindService(database.services, handle); in AddCharacteristic() 102 Service* service = FindService(database.services, handle); in AddDescriptor() 146 Service* service = FindService(database.services, pending_service.first); in NextDescriptorRangeToExplore() 178 bool DatabaseBuilder::InProgress() const { return !database.services.empty(); } in InProgress() [all …]
|
D | database_builder.h | 71 Database database;
|
D | bta_gattc_cache.cc | 96 static void bta_gattc_display_cache_server(const Database& database) { in bta_gattc_display_cache_server() argument 98 std::istringstream iss(database.ToString()); in bta_gattc_display_cache_server() 106 static void bta_gattc_display_explore_record(const DatabaseBuilder& database) { in bta_gattc_display_explore_record() argument 108 std::istringstream iss(database.ToString()); in bta_gattc_display_explore_record()
|
/system/bt/bta/ |
D | Android.bp | 72 "gatt/database.cc",
|
D | BUILD.gn | 52 "gatt/database.cc",
|
/system/extras/power_profile/camera_avg/ |
D | LICENSE | 324 h. Licensed Material means the artistic or literary work, database, 521 portion of the contents of the database for NonCommercial purposes 524 b. if You include all or a substantial portion of the database 525 contents in a database in which You have Sui Generis Database 526 Rights, then the database in which You have Sui Generis Database 531 all or a substantial portion of the contents of the database.
|
/system/core/logcat/ |
D | event.logtags | 99 # db: the filename of the database
|
/system/timezone/testing/data/test1/output_data/icu_overlay/ |
D | LICENSE | 367 Database for its time zone support. The ownership of the TZ database 373 # The TZ database itself is not an IETF Contribution or an IETF 383 # by ICANN or the IETF Trust on the database or the code. Any person 384 # making a contribution to the database or code waives all rights to
|
/system/timezone/output_data/icu_overlay/ |
D | LICENSE | 367 Database for its time zone support. The ownership of the TZ database 373 # The TZ database itself is not an IETF Contribution or an IETF 383 # by ICANN or the IETF Trust on the database or the code. Any person 384 # making a contribution to the database or code waives all rights to
|
/system/timezone/testing/data/test2/output_data/icu_overlay/ |
D | LICENSE | 367 Database for its time zone support. The ownership of the TZ database 373 # The TZ database itself is not an IETF Contribution or an IETF 383 # by ICANN or the IETF Trust on the database or the code. Any person 384 # making a contribution to the database or code waives all rights to
|
/system/netd/resolv/ |
D | stats.proto | 93 NS_T_AFSDB = 18; // AFS cell database.
|
/system/bt/service/doc/ |
D | IBluetoothGattClient.txt | 45 * database of remote device with address |device_address|. Returns false in
|