Searched refs:adding (Results 1 – 25 of 26) sorted by relevance
12
/system/hwservicemanager/ |
D | ServiceManager.cpp | 508 auto adding = std::make_unique<HidlService>(fqName, name); in registerForNotifications() local 509 adding->addListener(callback); in registerForNotifications() 510 ifaceMap.insertService(std::move(adding)); in registerForNotifications() 762 auto adding = std::make_unique<HidlService>(fqName, name); in registerPassthroughClient() local 763 adding->registerPassthroughClient(callingContext.pid); in registerPassthroughClient() 764 ifaceMap.insertService(std::move(adding)); in registerPassthroughClient()
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | crash_dump.te | 29 # files, so we avoid adding redundant assertions here
|
/system/sepolicy/private/ |
D | crash_dump.te | 29 # files, so we avoid adding redundant assertions here
|
/system/tools/xsdc/ |
D | README.md | 76 After adding “Deprecated” annotation, we need to update the api or schema just 77 like when adding a tag. In the above example, a @Deprecate annotation is added.
|
/system/bt/osi/src/socket_utils/ |
D | README | 41 Please update the above list if adding more sources.
|
/system/bt/bta/sys/ |
D | bta_sys.h | 149 typedef void(tBTA_SYS_EIR_CBACK)(uint16_t uuid16, bool adding);
|
/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/ |
D | flatbuffers_types.fbs | 88 * may be combined together into a single ScanRecord by adding up values to
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | kernel.te | 103 # Instead of adding dac_{read_search,override}, fix the unix permissions
|
D | te_macros | 582 # others from adding it. 592 # others from adding it.
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | kernel.te | 102 # Instead of adding dac_{read_search,override}, fix the unix permissions
|
D | te_macros | 560 # others from adding it. 570 # others from adding it.
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | kernel.te | 101 # Instead of adding dac_{read_search,override}, fix the unix permissions
|
D | te_macros | 549 # others from adding it. 560 # others from adding it.
|
/system/core/libutils/ |
D | README | 138 Technically, this is achieved by adding resource-only packages (called 221 /system/overlay by adding the following to Android.mk:
|
/system/bt/bta/dm/ |
D | bta_dm_int.h | 552 void bta_dm_eir_update_uuid(uint16_t uuid16, bool adding);
|
D | bta_dm_act.cc | 3580 void bta_dm_eir_update_uuid(uint16_t uuid16, bool adding) { in bta_dm_eir_update_uuid() argument 3584 if (adding) { in bta_dm_eir_update_uuid()
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | kernel.te | 128 # Instead of adding dac_{read_search,override}, fix the unix permissions
|
D | te_macros | 613 # others from adding it. 623 # others from adding it. 634 # others from adding it.
|
/system/sepolicy/public/ |
D | kernel.te | 128 # Instead of adding dac_{read_search,override}, fix the unix permissions
|
D | te_macros | 613 # others from adding it. 623 # others from adding it. 634 # others from adding it.
|
/system/tools/hidl/build/ |
D | hidl_interface.go | 404 `fix this error by adding the following to <some path>/Android.bp:
|
/system/media/audio_utils/ |
D | Doxyfile | 216 # For example adding 226 # A mapping has the form "name=value". For example adding "class=itcl::class"
|
D | Doxyfile.orig | 216 # For example adding 226 # A mapping has the form "name=value". For example adding "class=itcl::class"
|
/system/extras/simpleperf/doc/ |
D | README.md | 187 to ART, so the app runs as a release app. wrap.sh can be done by adding the script below in
|
/system/chre/pal/doc/ |
D | Doxyfile | 224 # For example adding 234 # A mapping has the form "name=value". For example adding "class=itcl::class"
|
12