Searched refs:Context (Results 1 – 13 of 13) sorted by relevance
/hardware/interfaces/renderscript/1.0/default/ |
D | Context.cpp | 11 Context::Context(uint32_t sdkVersion, ContextType ct, int32_t flags) { in Context() function in android::hardware::renderscript::V1_0::implementation::Context 66 Return<Allocation> Context::allocationAdapterCreate(Type type, Allocation baseAlloc) { in allocationAdapterCreate() 73 Return<void> Context::allocationAdapterOffset(Allocation alloc, const hidl_vec<uint32_t>& offsets) { in allocationAdapterOffset() 80 Return<Type> Context::allocationGetType(Allocation allocation) { in allocationGetType() 86 Return<Allocation> Context::allocationCreateTyped(Type type, AllocationMipmapControl amips, int32_t… in allocationCreateTyped() 95 Return<Allocation> Context::allocationCreateFromBitmap(Type type, AllocationMipmapControl amips, co… in allocationCreateFromBitmap() 104 Return<Allocation> Context::allocationCubeCreateFromBitmap(Type type, AllocationMipmapControl amips… in allocationCubeCreateFromBitmap() 113 Return<NativeWindow> Context::allocationGetNativeWindow(Allocation allocation) { in allocationGetNativeWindow() 119 Return<void> Context::allocationSetNativeWindow(Allocation allocation, NativeWindow nativewindow) { in allocationSetNativeWindow() 126 Return<void> Context::allocationSetupBufferQueue(Allocation alloc, uint32_t numBuffer) { in allocationSetupBufferQueue() [all …]
|
D | Android.bp | 7 "Context.cpp",
|
D | Context.h | 36 struct Context : public IContext { struct 37 Context(uint32_t sdkVersion, ContextType ct, int32_t flags);
|
D | Device.cpp | 29 return new Context(sdkVersion, ct, flags); in contextCreate()
|
/hardware/interfaces/contexthub/1.0/vts/functional/ |
D | OWNERS | 1 #Context Hub team
|
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/ |
D | ThermalUtils.java | 19 import android.content.Context; 164 public static void initialiseConfigFiles(Context context) { in initialiseConfigFiles()
|
D | ThermalManager.java | 19 import android.content.Context; 45 private static Context sContext; 496 public static void setContext(Context context) { in setContext()
|
D | ThermalService.java | 23 import android.content.Context; 68 private static Context mContext;
|
/hardware/interfaces/renderscript/1.0/ |
D | IDevice.hal | 28 * @param ct Context type
|
/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 | 1334 int32_t cid; // Context ID, uniquely identifies this call 2015 int32_t cid; // Context ID, uniquely identifies this call
|