Home
last modified time | relevance | path

Searched refs:objects (Results 1 – 25 of 31) sorted by relevance

12

/system/libhwbinder/
DParcel.cpp366 const binder_size_t* Parcel::objects() const in objects() function in android::hardware::Parcel
667 binder_size_t* objects = (binder_size_t*)realloc(mObjects, newSize*sizeof(binder_size_t)); in writeObject() local
668 if (objects == nullptr) return NO_MEMORY; in writeObject()
669 mObjects = objects; in writeObject()
1614 const binder_size_t* objects, size_t objectsCount, release_func relFunc, void* relCookie) in ipcSetDataReference() argument
1624 mObjects = const_cast<binder_size_t*>(objects); in ipcSetDataReference()
1653 const binder_size_t* OBJS = objects(); in print()
1683 binder_size_t* const objects = mObjects; in releaseObjects() local
1687 = reinterpret_cast<flat_binder_object*>(data+objects[i]); in releaseObjects()
1697 binder_size_t* const objects = mObjects; in acquireObjects() local
[all …]
/system/sepolicy/private/
Dclatd.te7 # Access objects inherited from system_server.
Daccess_vectors153 # Define the access vector interpretation for file-related objects.
216 # Define the access vector interpretation for network-related objects.
272 # Define the access vector interpretation for process-related objects
317 # Define the access vector interpretation for ipc-related objects
Duntrusted_app_all.te37 # Allow handling of less common filesystem objects
/system/sepolicy/vendor/
Dvndservicemanager.te8 # transfer binder objects to other processes (TODO b/35870313 limit this to vendor-only)
/system/libhwbinder/include/hwbinder/
DParcel.h88 const binder_size_t* objects() const;
248 const binder_size_t* objects, size_t objectsSize,
257 const binder_size_t* objects, size_t objectsCount,
DIPCThreadState.h135 const binder_size_t* objects, size_t objectsSize,
/system/sepolicy/microdroid/reqd_mask/
Daccess_vectors153 # Define the access vector interpretation for file-related objects.
216 # Define the access vector interpretation for network-related objects.
272 # Define the access vector interpretation for process-related objects
317 # Define the access vector interpretation for ipc-related objects
/system/sepolicy/microdroid/system/private/
Daccess_vectors153 # Define the access vector interpretation for file-related objects.
216 # Define the access vector interpretation for network-related objects.
272 # Define the access vector interpretation for process-related objects
317 # Define the access vector interpretation for ipc-related objects
Ddomain.te184 # on filesystem objects (plain files, directories, symbolic links,
275 # All ioctls on file-like objects (except chr_file and blk_file) and
/system/sepolicy/reqd_mask/
Daccess_vectors153 # Define the access vector interpretation for file-related objects.
216 # Define the access vector interpretation for network-related objects.
272 # Define the access vector interpretation for process-related objects
317 # Define the access vector interpretation for ipc-related objects
/system/libhidl/transport/allocator/1.0/
DIAllocator.hal39 * @return batch Unmapped memory objects.
/system/core/storaged/
DEventLogTags.logtags27 # 1: Number of objects
/system/logging/logd/
Devent.logtags26 # 1: Number of objects
/system/logging/liblog/
Devent.logtags26 # 1: Number of objects
/system/memory/lmkd/
Devent.logtags27 # 1: Number of objects
/system/tools/aidl/tests/lazy_test/
DREADME87 to the new objects list.
/system/nvram/
DREADME.md41 and `nvram::Response` objects, the glue code will adapt it to the full NVRAM API
/system/extras/libjsonpb/
DREADME.md92 - JSON objects should be a well-defined `message`, unless you have a good reason
/system/logging/logcat/
Devent.logtags27 # 1: Number of objects
/system/update_engine/update_engine/
Dupdate_metadata.proto54 // objects. These objects are stored in a linear array in the
/system/update_engine/
Dupdate_metadata.proto54 // objects. These objects are stored in a linear array in the
/system/unwinding/libunwindstack/
DAndroidVersions.md73 * Build ID information for elf objects added. This will display the
/system/tools/mkbootimg/
Dpylintrc333 # List of qualified module names which can have objects that can redefine
/system/apex/
Dpylintrc340 # List of qualified module names which can have objects that can redefine

12