Searched refs:DeviceDestroy (Results 1 – 2 of 2) sorted by relevance
71 RS::dispatch->DeviceDestroy(mDev); in ~RS()108 RS::dispatch->DeviceDestroy = (DeviceDestroyFnPtr)dlsym(handle, "rsDeviceDestroy"); in loadSymbols()109 if (RS::dispatch->DeviceDestroy == NULL) { in loadSymbols()
98 DeviceDestroyFnPtr DeviceDestroy; member