Searched refs:Context (Results 1 – 12 of 12) sorted by relevance
/hardware/interfaces/renderscript/1.0/default/ |
D | Context.cpp | 27 Context::Context(uint32_t sdkVersion, ContextType ct, int32_t flags) { in Context() function in android::hardware::renderscript::V1_0::implementation::Context 82 Return<Allocation> Context::allocationAdapterCreate(Type type, Allocation baseAlloc) { in allocationAdapterCreate() 89 Return<void> Context::allocationAdapterOffset(Allocation alloc, const hidl_vec<uint32_t>& offsets) { in allocationAdapterOffset() 96 Return<Type> Context::allocationGetType(Allocation allocation) { in allocationGetType() 102 Return<Allocation> Context::allocationCreateTyped(Type type, AllocationMipmapControl amips, int32_t… in allocationCreateTyped() 111 Return<Allocation> Context::allocationCreateFromBitmap(Type type, AllocationMipmapControl amips, co… in allocationCreateFromBitmap() 120 Return<Allocation> Context::allocationCubeCreateFromBitmap(Type type, AllocationMipmapControl amips… in allocationCubeCreateFromBitmap() 129 Return<NativeWindow> Context::allocationGetNativeWindow(Allocation allocation) { in allocationGetNativeWindow() 135 Return<void> Context::allocationSetNativeWindow(Allocation allocation, NativeWindow nativewindow) { in allocationSetNativeWindow() 142 Return<void> Context::allocationSetupBufferQueue(Allocation alloc, uint32_t numBuffer) { in allocationSetupBufferQueue() [all …]
|
D | Android.bp | 7 "Context.cpp",
|
D | Context.h | 52 struct Context : public IContext { struct 53 Context(uint32_t sdkVersion, ContextType ct, int32_t flags);
|
D | Device.cpp | 45 return new Context(sdkVersion, ct, flags); in contextCreate()
|
/hardware/interfaces/contexthub/1.0/vts/functional/ |
D | OWNERS | 1 #Context Hub team
|
/hardware/interfaces/renderscript/1.0/ |
D | IDevice.hal | 28 * @param ct Context type
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | IBurstContext.hal | 20 * Context object to manage the resources of a burst.
|
/hardware/interfaces/contexthub/1.0/ |
D | IContexthub.hal | 22 * The Context Hub HAL provides an interface to a separate low-power processing 25 * they execute within the Context Hub Runtime Environment (CHRE), which is
|
D | types.hal | 147 // registered clients by the Context Hub service.
|
/hardware/interfaces/radio/1.1/ |
D | types.hal | 190 int32_t cid; // Context ID, returned in setupDataCallResponse
|
/hardware/interfaces/radio/1.0/ |
D | types.hal | 1357 int32_t cid; // Context ID, uniquely identifies this call 2042 int32_t cid; // Context ID, uniquely identifies this call
|
/hardware/interfaces/radio/1.4/ |
D | types.hal | 1717 /** Context ID, uniquely identifies this call. */
|