OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocationIoReceiveFnPtr
(Results
1 - 3
of
3
) sorted by null
/hardware/interfaces/renderscript/1.0/default/
Device.cpp
120
(
AllocationIoReceiveFnPtr
)dlsym(handle, "rsAllocationIoReceive"),
/frameworks/rs/cpp/
rsDispatch.h
103
typedef int64_t (*
AllocationIoReceiveFnPtr
) (RsContext, RsAllocation);
167
AllocationIoReceiveFnPtr
AllocationIoReceive;
rsDispatch.cpp
57
dispatchTab.AllocationIoReceive = (
AllocationIoReceiveFnPtr
)dlsym(handle, "rsAllocationIoReceive");
Completed in 60 milliseconds