Home
last modified time | relevance | path

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

123456

/system/chre/host/common/
Dsocket_server.cc191 bool removed = false; in disconnectClient() local
195 removed = true; in disconnectClient()
200 if (!removed) { in disconnectClient()
202 assert(removed); in disconnectClient()
/system/sepolicy/public/
Dhealthd.te2 # healthd is removed. The type is kept for backwards compatibility.
/system/sepolicy/prebuilts/api/33.0/public/
Dhealthd.te2 # healthd is removed. The type is kept for backwards compatibility.
/system/sepolicy/prebuilts/api/34.0/public/
Dhealthd.te2 # healthd is removed. The type is kept for backwards compatibility.
/system/libvintf/
DMatrixHal.cpp197 bool removed = it->second.removeInstance(instance, isRegex); in removeInstance() local
199 return removed; in removeInstance()
/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.bp98 … This is automatically removed by bpfix. Once there are no makefiles, fixes can be automatically a…
/system/hwservicemanager/
DServiceManager.cpp666 bool removed = false; in unregisterClientCallback() local
670 removed |= service->removeClientCallback(cb); in unregisterClientCallback()
675 return removed; in unregisterClientCallback()
833 bool removed = false; in removeService() local
850 removed = true; in removeService()
855 return !keepInstance && removed; in removeService()
/system/libhidl/
DAndroid.bp119 … This is automatically removed by bpfix. Once there are no makefiles, fixes can be automatically a…
/system/tools/hidl/hidl2aidl/test/1.1/
DIFoo.hal57 * @return status removed
/system/sepolicy/private/
Disolated_app.te22 # media_rw_data_file is included for sdcardfs, and can be removed if sdcardfs
/system/sepolicy/prebuilts/api/34.0/private/
Disolated_app.te22 # media_rw_data_file is included for sdcardfs, and can be removed if sdcardfs
/system/update_engine/sample_images/
Dgenerate_images.sh102 sudo dd of="${mntdir}"/removed conv=fsync status=none
103 sudo rm "${mntdir}"/removed
/system/libhidl/vintfdata/
DREADME.md57 is removed from the framework manifest, and code that serves and registers the
58 HAL must be removed simultaneously.
/system/security/keystore2/legacykeystore/
Dlib.rs149 let removed = self.with_transaction(TransactionBehavior::Immediate, |tx| { in remove() localVariable
156 Ok(removed == 1) in remove()
352 let removed = in remove() localVariable
354 if removed { in remove()
/system/libsysprop/srcs/android/sysprop/
DContactsProperties.sysprop44 # If set to true, we don't remove account data when accounts have been removed.
/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/sepolicy/prebuilts/api/33.0/private/
Dapp_neverallows.te70 # by ART for compiling secondary dex files but has been removed in Q.
147 # with unaccounted for data. This data will not get removed during
247 # /mnt/sdcard symlink was supposed to have been removed in Gingerbread. Apps
/system/sepolicy/prebuilts/api/32.0/private/
Dapp_neverallows.te69 # by ART for compiling secondary dex files but has been removed in Q.
137 # with unaccounted for data. This data will not get removed during
236 # /mnt/sdcard symlink was supposed to have been removed in Gingerbread. Apps
/system/sepolicy/prebuilts/api/31.0/private/
Dapp_neverallows.te69 # by ART for compiling secondary dex files but has been removed in Q.
137 # with unaccounted for data. This data will not get removed during
236 # /mnt/sdcard symlink was supposed to have been removed in Gingerbread. Apps
/system/sepolicy/prebuilts/api/31.0/public/
Dattributes58 # be removed.
269 # transition to treble and will be removed in a future platform
281 # removed in the future platform version, requiring all halserver domains that
/system/sepolicy/prebuilts/api/30.0/public/
Dattributes50 # be removed.
251 # transition to treble and will be removed in a future platform
263 # removed in the future platform version, requiring all halserver domains that
/system/sepolicy/prebuilts/api/32.0/public/
Dattributes58 # be removed.
269 # transition to treble and will be removed in a future platform
281 # removed in the future platform version, requiring all halserver domains that

123456