OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeviceSetConfigFnPtr
(Results
1 - 3
of
3
) sorted by null
/hardware/interfaces/renderscript/1.0/default/
Device.cpp
162
.DeviceSetConfig = (
DeviceSetConfigFnPtr
) nullptr,
/frameworks/rs/cpp/
rsDispatch.h
29
typedef void (*
DeviceSetConfigFnPtr
) (RsDevice dev, RsDeviceParam p, int32_t value);
193
DeviceSetConfigFnPtr
DeviceSetConfig;
rsDispatch.cpp
82
dispatchTab.DeviceSetConfig = (
DeviceSetConfigFnPtr
)dlsym(handle, "rsDeviceSetConfig");
Completed in 54 milliseconds