Home
last modified time | relevance | path

Searched refs:removed (Results 1 – 25 of 123) sorted by relevance

12345

/system/chre/host/common/
Dsocket_server.cc212 bool removed = false; in disconnectClient() local
216 removed = true; in disconnectClient()
221 if (!removed) { in disconnectClient()
223 assert(removed); in disconnectClient()
/system/bt/osi/src/
Dfixed_queue.cc196 bool removed = false; in fixed_queue_try_remove_from_queue() local
201 removed = list_remove(queue->list, data); in fixed_queue_try_remove_from_queue()
202 CHECK(removed); in fixed_queue_try_remove_from_queue()
206 if (removed) { in fixed_queue_try_remove_from_queue()
/system/sepolicy/prebuilts/api/27.0/private/
Ddomain_deprecated.te1 # rules removed from the domain attribute
/system/core/adb/proto/
DAndroid.bp45 // This needs to be visible to minadbd, even though it's removed via exclude_shared_libs.
99 // This needs to be visible to minadbd, even though it's removed via exclude_shared_libs.
/system/libvintf/
DMatrixHal.cpp168 bool removed = it->second.removeInstance(instance, isRegex); in removeInstance() local
170 return removed; in removeInstance()
/system/hwservicemanager/
DServiceManager.cpp618 bool removed = false; in unregisterClientCallback() local
622 removed |= service->removeClientCallback(cb); in unregisterClientCallback()
627 return removed; in unregisterClientCallback()
785 bool removed = false; in removeService() local
802 removed = true; in removeService()
807 return !keepInstance && removed; in removeService()
/system/extras/pagecache/
Dpagecache.py77 removed = self._file_pages[filename][1]
80 …print row_format.format(filename, self.pages_to_mb(added), self.pages_to_mb(removed), self.bytes_t…
96 removed = self._file_pages[filename][1]
101 pad.addstr(y, 80, self.pages_to_mb(removed).rjust(14))
/system/libhwbinder/
DAndroid.bp79 … This is automatically removed by bpfix. Once there are no makefiles, fixes can be automatically a…
/system/extras/profcollectd/
DAndroid.bp20 // We are only doing this for C++20. Can be removed after it becomes default.
/system/extras/memtrack/
DAndroid.bp50 // removed.
/system/libhidl/
DAndroid.bp114 … This is automatically removed by bpfix. Once there are no makefiles, fixes can be automatically a…
/system/tools/hidl/hidl2aidl/test/1.1/
DIFoo.hal63 * @return status removed
/system/bt/gd/common/
Dlist_map_test.cc264 auto removed = list_map.extract(key); in TEST() local
265 EXPECT_TRUE(removed); in TEST()
266 EXPECT_EQ(*removed, std::make_pair(key, key * 100)); in TEST()
Dlru_cache_test.cc351 auto removed = cache.extract(key); in TEST() local
352 EXPECT_TRUE(removed); in TEST()
353 EXPECT_EQ(*removed, std::make_pair(key, key * 100)); in TEST()
/system/update_engine/sample_images/
Dgenerate_images.sh102 sudo dd of="${mntdir}"/removed conv=fsync status=none
103 sudo rm "${mntdir}"/removed
/system/bt/osi/src/socket_utils/
DREADME22 these sources and the corresponding headers should be removed.
/system/libsysprop/srcs/android/sysprop/
DContactsProperties.sysprop44 # If set to true, we don't remove account data when accounts have been removed.
/system/sepolicy/private/
Dapp_neverallows.te63 # by ART for compiling secondary dex files but has been removed in Q.
131 # with unaccounted for data. This data will not get removed during
232 # /mnt/sdcard symlink was supposed to have been removed in Gingerbread. Apps
Dinit.te50 # TODO(b/137092007): this can be removed once the platform stops supporting
/system/sepolicy/prebuilts/api/30.0/private/
Dapp_neverallows.te63 # by ART for compiling secondary dex files but has been removed in Q.
131 # with unaccounted for data. This data will not get removed during
253 # /mnt/sdcard symlink was supposed to have been removed in Gingerbread. Apps
Dinit.te50 # TODO(b/137092007): this can be removed once the platform stops supporting
/system/sepolicy/prebuilts/api/29.0/public/
Dattributes50 # be removed.
199 # transition to treble and will be removed in a future platform
211 # removed in the future platform version, requiring all halserver domains that
/system/core/adb/pairing_connection/
DAndroid.bp45 // This needs to be visible to minadbd, even though it's removed via exclude_shared_libs.
/system/sepolicy/public/
Dattributes50 # be removed.
243 # transition to treble and will be removed in a future platform
255 # removed in the future platform version, requiring all halserver domains that
/system/sepolicy/prebuilts/api/30.0/public/
Dattributes50 # be removed.
243 # transition to treble and will be removed in a future platform
255 # removed in the future platform version, requiring all halserver domains that

12345