Home
last modified time | relevance | path

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

1234

/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
Disolated_app.te32 # media_rw_data_file is included for sdcardfs, and can be removed if sdcardfs
/system/libvintf/
DMatrixHal.cpp168 bool removed = it->second.removeInstance(instance, isRegex); in removeInstance() local
170 return removed; in removeInstance()
/system/hwservicemanager/
DServiceManager.cpp605 bool removed = false; in unregisterClientCallback() local
609 removed |= service->removeClientCallback(cb); in unregisterClientCallback()
614 return removed; in unregisterClientCallback()
773 bool removed = false; in removeService() local
790 removed = true; in removeService()
795 return !keepInstance && removed; in removeService()
/system/libhidl/libhidlcache/
DMemoryDealer.cpp119 chunk_t* removed = mList.front(); in ~SimpleBestFitAllocator() local
126 LOG_ALWAYS_FATAL_IF(mList.front() == removed); in ~SimpleBestFitAllocator()
128 delete removed; in ~SimpleBestFitAllocator()
/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/extras/memtrack/
DAndroid.bp50 // removed.
/system/testing/gtest_extras/
DAndroid.bp32 // libraries can be removed.
/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/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
Dperfprofd.te99 # removed at some point. b/70232908.
Dmediaserver.te116 # This should be removed if sdcardfs is modified to alter the secontext for its
/system/sepolicy/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
Dmediaserver.te116 # This should be removed if sdcardfs is modified to alter the secontext for its
/system/core/lmkd/
DREADME.md19 Since Linux Kernel 4.12 the lowmemorykiller driver has been removed and
/system/sepolicy/prebuilts/api/26.0/private/
Disolated_app.te32 # media_rw_data_file is included for sdcardfs, and can be removed if sdcardfs
/system/sepolicy/prebuilts/api/28.0/public/
Dattributes183 # transition to treble and will be removed in a future platform
195 # removed in the future platform version, requiring all halserver domains that
Dkernel.te76 # This should be removed if sdcardfs is modified to alter the secontext for its
Dmediaserver.te119 # This should be removed if sdcardfs is modified to alter the secontext for its
/system/sepolicy/prebuilts/api/27.0/public/
Dmediaserver.te122 # This should be removed if sdcardfs is modified to alter the secontext for its
/system/sepolicy/prebuilts/api/26.0/public/
Dmediaserver.te122 # This should be removed if sdcardfs is modified to alter the secontext for its

1234