OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeviceSetConfigFnPtr
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/cpp/
rsDispatch.h
30
typedef void (*
DeviceSetConfigFnPtr
) (RsDevice dev, RsDeviceParam p, int32_t value);
149
DeviceSetConfigFnPtr
DeviceSetConfig;
rsDispatch.cpp
77
dispatchTab.DeviceSetConfig = (
DeviceSetConfigFnPtr
)dlsym(handle, "rsDeviceSetConfig");
Completed in 57 milliseconds