Home
last modified time | relevance | path

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

12

/system/tools/xsdc/tests/src/com/android/xsdc/tests/
DTestCompilationResult.java27 ByteArrayClassLoader(List<TestHelper.InMemoryJavaClassObject> objects) { in ByteArrayClassLoader() argument
30 for (TestHelper.InMemoryJavaClassObject object : objects) { in ByteArrayClassLoader()
44 TestCompilationResult(List<TestHelper.InMemoryJavaClassObject> objects) in TestCompilationResult() argument
46 ByteArrayClassLoader loader = new ByteArrayClassLoader(objects); in TestCompilationResult()
49 for (TestHelper.InMemoryJavaClassObject object : objects) { in TestCompilationResult()
/system/bt/gd/dumpsys/
Dfilter.cc159 reflection_schema_.FindInReflectionSchema(schema->objects()->Get(index)->name()->str()); in FilterTable()
165 const flatbuffers::String* name = schema->objects()->Get(index)->name(); in FilterTable()
166 … 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.cpp378 const binder_size_t* Parcel::objects() const in objects() function in android::hardware::Parcel
679 binder_size_t* objects = (binder_size_t*)realloc(mObjects, newSize*sizeof(binder_size_t)); in writeObject() local
680 if (objects == nullptr) return NO_MEMORY; in writeObject()
681 mObjects = objects; in writeObject()
1576 const binder_size_t* objects, size_t objectsCount, release_func relFunc, void* relCookie) in ipcSetDataReference() argument
1586 mObjects = const_cast<binder_size_t*>(objects); in ipcSetDataReference()
1615 const binder_size_t* OBJS = objects(); in print()
1645 binder_size_t* const objects = mObjects; in releaseObjects() local
1649 = reinterpret_cast<flat_binder_object*>(data+objects[i]); in releaseObjects()
1659 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.h79 const binder_size_t* objects() const;
239 const binder_size_t* objects, size_t objectsSize,
248 const binder_size_t* objects, size_t objectsCount,
/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/private/
Daccess_vectors151 # Define the access vector interpretation for file-related objects.
211 # Define the access vector interpretation for network-related objects.
267 # Define the access vector interpretation for process-related objects
312 # Define the access vector interpretation for ipc-related objects
Dclatd.te12 # Access objects inherited from netd.
/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/reqd_mask/
Daccess_vectors151 # Define the access vector interpretation for file-related objects.
211 # Define the access vector interpretation for network-related objects.
267 # Define the access vector interpretation for process-related objects
312 # Define the access vector interpretation for ipc-related objects
/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/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/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/28.0/public/
Dclatd.te9 # Access objects inherited from netd.
/system/sepolicy/prebuilts/api/26.0/public/
Dclatd.te9 # Access objects inherited from netd.
/system/sepolicy/prebuilts/api/27.0/public/
Dclatd.te9 # Access objects inherited from netd.
/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/bt/
DEventLogTags.logtags26 # 1: Number of objects
/system/core/liblog/
Devent.logtags26 # 1: Number of objects
/system/core/storaged/
DEventLogTags.logtags27 # 1: Number of objects
/system/core/logd/
Devent.logtags26 # 1: Number of objects

12