Home
last modified time | relevance | path

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

123

/system/bt/gd/dumpsys/
Dfilter.cc162 reflection_schema_.FindInReflectionSchema(schema->objects()->Get(index)->name()->str()); in FilterTable()
168 const flatbuffers::String* name = schema->objects()->Get(index)->name(); in FilterTable()
169 … const reflection::Object* sub_object = internal::FindReflectionObject(schema->objects(), name); in FilterTable()
/system/bt/gd/dumpsys/internal/
Dfilter_internal.cc97 …const flatbuffers::Vector<flatbuffers::Offset<reflection::Object>>* objects, const flatbuffers::St… in FindReflectionObject() argument
98 ASSERT(objects != nullptr); in FindReflectionObject()
100 for (auto it = objects->cbegin(); it != objects->cend(); ++it) { in FindReflectionObject()
Dfilter_internal.h104 …const flatbuffers::Vector<flatbuffers::Offset<reflection::Object>>* objects, const flatbuffers::St…
/system/libhwbinder/
DParcel.cpp383 const binder_size_t* Parcel::objects() const in objects() function in android::hardware::Parcel
684 binder_size_t* objects = (binder_size_t*)realloc(mObjects, newSize*sizeof(binder_size_t)); in writeObject() local
685 if (objects == nullptr) return NO_MEMORY; in writeObject()
686 mObjects = objects; in writeObject()
1620 const binder_size_t* objects, size_t objectsCount, release_func relFunc, void* relCookie) in ipcSetDataReference() argument
1630 mObjects = const_cast<binder_size_t*>(objects); in ipcSetDataReference()
1659 const binder_size_t* OBJS = objects(); in print()
1689 binder_size_t* const objects = mObjects; in releaseObjects() local
1693 = reinterpret_cast<flat_binder_object*>(data+objects[i]); in releaseObjects()
1703 binder_size_t* const objects = mObjects; in acquireObjects() local
[all …]
/system/sepolicy/vendor/
Dvndservicemanager.te8 # transfer binder objects to other processes (TODO b/35870313 limit this to vendor-only)
/system/libhwbinder/include/hwbinder/
DParcel.h90 const binder_size_t* objects() const;
250 const binder_size_t* objects, size_t objectsSize,
259 const binder_size_t* objects, size_t objectsCount,
DIPCThreadState.h135 const binder_size_t* objects, size_t objectsSize,
/system/sepolicy/prebuilts/api/29.0/private/
Daccess_vectors142 # Define the access vector interpretation for file-related objects.
230 # Define the access vector interpretation for network-related objects.
286 # Define the access vector interpretation for process-related objects
331 # Define the access vector interpretation for ipc-related objects
/system/sepolicy/prebuilts/api/27.0/private/
Daccess_vectors142 # Define the access vector interpretation for file-related objects.
230 # Define the access vector interpretation for network-related objects.
286 # Define the access vector interpretation for process-related objects
326 # Define the access vector interpretation for ipc-related objects
/system/sepolicy/prebuilts/api/26.0/private/
Daccess_vectors140 # Define the access vector interpretation for file-related objects.
228 # Define the access vector interpretation for network-related objects.
284 # Define the access vector interpretation for process-related objects
323 # Define the access vector interpretation for ipc-related objects
/system/sepolicy/prebuilts/api/30.0/private/
Daccess_vectors150 # Define the access vector interpretation for file-related objects.
210 # Define the access vector interpretation for network-related objects.
266 # Define the access vector interpretation for process-related objects
311 # Define the access vector interpretation for ipc-related objects
Dclatd.te12 # Access objects inherited from netd.
/system/sepolicy/prebuilts/api/28.0/private/
Daccess_vectors142 # Define the access vector interpretation for file-related objects.
230 # Define the access vector interpretation for network-related objects.
295 # Define the access vector interpretation for process-related objects
335 # Define the access vector interpretation for ipc-related objects
/system/sepolicy/reqd_mask/
Daccess_vectors151 # Define the access vector interpretation for file-related objects.
214 # Define the access vector interpretation for network-related objects.
270 # Define the access vector interpretation for process-related objects
315 # Define the access vector interpretation for ipc-related objects
/system/sepolicy/prebuilts/api/31.0/private/
Daccess_vectors151 # Define the access vector interpretation for file-related objects.
214 # Define the access vector interpretation for network-related objects.
270 # Define the access vector interpretation for process-related objects
315 # Define the access vector interpretation for ipc-related objects
Dclatd.te12 # Access objects inherited from netd.
/system/sepolicy/private/
Daccess_vectors151 # Define the access vector interpretation for file-related objects.
214 # Define the access vector interpretation for network-related objects.
270 # Define the access vector interpretation for process-related objects
315 # Define the access vector interpretation for ipc-related objects
Dclatd.te12 # Access objects inherited from netd.
/system/sepolicy/prebuilts/api/26.0/public/
Dclatd.te9 # Access objects inherited from netd.
/system/sepolicy/prebuilts/api/28.0/public/
Dclatd.te9 # Access objects inherited from netd.
/system/sepolicy/prebuilts/api/27.0/public/
Dclatd.te9 # Access objects inherited from netd.
/system/bt/
DEventLogTags.logtags26 # 1: Number of objects
/system/libhidl/transport/allocator/1.0/
DIAllocator.hal39 * @return batch Unmapped memory objects.
/system/sepolicy/prebuilts/api/29.0/public/
Dclatd.te12 # Access objects inherited from netd.
/system/logging/logd/
Devent.logtags26 # 1: Number of objects

123