Home
last modified time | relevance | path

Searched refs:getData (Results 1 – 25 of 37) sorted by relevance

12

/OK3568_Linux_fs/buildroot/package/php-pecl-dbus/
H A D0001-php8-compat.patch56 - PHP_ME(DbusSignal, getData, NULL, ZEND_ACC_PUBLIC)
60 + PHP_ME(DbusSignal, getData, arginfo_void, ZEND_ACC_PUBLIC)
67 - PHP_ME(DbusArray, getData, NULL, ZEND_ACC_PUBLIC)
69 + PHP_ME(DbusArray, getData, arginfo_void, ZEND_ACC_PUBLIC)
75 - PHP_ME(DbusDict, getData, NULL, ZEND_ACC_PUBLIC)
77 + PHP_ME(DbusDict, getData, arginfo_void, ZEND_ACC_PUBLIC)
93 - PHP_ME(DbusVariant, getData, NULL, ZEND_ACC_PUBLIC)
95 + PHP_ME(DbusVariant, getData, arginfo_void, ZEND_ACC_PUBLIC)
101 - PHP_ME(DbusSet, getData, NULL, ZEND_ACC_PUBLIC)
103 + PHP_ME(DbusSet, getData, arginfo_void, ZEND_ACC_PUBLIC)
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeometry_tile.cpp222 if (!getData()) return; in queryRenderedFeatures()
247 if (!getData()) { in querySourceFeatures()
260 auto layer = getData()->getLayer(sourceLayer); in querySourceFeatures()
H A Dgeometry_tile.hpp95 const GeometryTileData* getData() { in getData() function in mbgl::GeometryTile
96 return latestFeatureIndex ? latestFeatureIndex->getData() : nullptr; in getData()
H A Dgeojson_tile.cpp25 if (auto tileData = getData()) { in querySourceFeatures()
H A Dcustom_geometry_tile.cpp73 auto layer = getData()->getLayer({}); in querySourceFeatures()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/serialassistant/
H A Dconsole.h11 void getData(const QByteArray &data);
H A Dconsole.cpp37 emit getData(e->text().toLocal8Bit()); in keyPressEvent() local
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/terminal/
H A Dconsole.h45 void getData(const QByteArray &data);
H A Dconsole.cpp78 emit getData(e->text().toLocal8Bit()); in keyPressEvent() local
/OK3568_Linux_fs/app/forlinx/forlinx_qt/terminal/
H A Dconsole.h45 void getData(const QByteArray &data);
H A Dconsole.cpp78 emit getData(e->text().toLocal8Bit()); in keyPressEvent() local
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/terminal/
H A Dconsole.h45 void getData(const QByteArray &data);
H A Dconsole.cpp78 emit getData(e->text().toLocal8Bit()); in keyPressEvent() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/sources/
H A Dgeojson_source_impl.hpp27 GeoJSONData* getData() const;
H A Dgeojson_source_impl.cpp77 GeoJSONData* GeoJSONSource::Impl::getData() const { in getData() function in mbgl::style::GeoJSONSource::Impl
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dutility.hpp734 void* getData() const;
742 void* getData() const;
760 inline T* get() const { return (T*)getData(); } // Get data associated with key in get()
761 …inline T& getRef() const { T* ptr = (T*)getData(); CV_Assert(ptr); return *ptr; } // Get data asso… in getRef()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dutility.hpp734 void* getData() const;
742 void* getData() const;
760 inline T* get() const { return (T*)getData(); } // Get data associated with key in get()
761 …inline T& getRef() const { T* ptr = (T*)getData(); CV_Assert(ptr); return *ptr; } // Get data asso… in getRef()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dutility.hpp734 void* getData() const;
742 void* getData() const;
760 inline T* get() const { return (T*)getData(); } // Get data associated with key in get()
761 …inline T& getRef() const { T* ptr = (T*)getData(); CV_Assert(ptr); return *ptr; } // Get data asso… in getRef()
/OK3568_Linux_fs/u-boot/drivers/fpga/
H A Divm_core.c1361 unsigned short i, j, m, getData = 0; in ispVMData() local
1387 getData = 1; in ispVMData()
1472 !getData && !(g_usDataType&COMPRESS)) { in ispVMData()
1473 getData = 1; in ispVMData()
1488 if (getData) { in ispVMData()
1490 getData = 0; in ispVMData()
/OK3568_Linux_fs/external/rockit/tgi/sdk/include/
H A DRTAVShellBuffer.h34 virtual void* getData() const;
H A Drt_message.h169 const RT_PTR getData();
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/
H A Drender_geojson_source.cpp36 GeoJSONData* data_ = impl().getData(); in update()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/geometry/
H A Dfeature_index.hpp54 const GeometryTileData* getData() { return tileData.get(); } in getData() function in mbgl::FeatureIndex
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/iio/demo/
H A Drkiio_aiq_api_test.c484 .getData = rkiio_aiq_getData,
559 data = api.getData(handle, &num_samples); in virtual_aiq_register()
620 api.getData = rkiio_aiq_getData; in main()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/
H A Drk_aiq_mems_sensor.h176 rk_aiq_mems_sensor_getData getData; member

12