Home
last modified time | relevance | path

Searched defs:Callback (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aeis/
H A Deis_algo_service.cpp56 struct Callback<Ret(Params...)> { struct
58 static Ret callback(Args... args) { in callback()
61 static std::function<Ret(Params...)> func;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/storage/
H A Dfile_source.hpp18 using Callback = std::function<void (Response)>; typedef in mbgl::FileSource
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/map/
H A Dmap_snapshotter.hpp57 …using Callback = std::function<void (std::exception_ptr, PremultipliedImage, Attributions, PointFo… typedef in mbgl::MapSnapshotter
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Ddebugging_extension.hpp56 using Callback = void (*)(GLenum source, typedef in mbgl::gl::extension::Debugging
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Donline_file_source.cpp30 using Callback = std::function<void (Response)>; typedef in mbgl::OnlineFileRequest