Home
last modified time | relevance | path

Searched refs:inUse (Results 1 – 25 of 30) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/geoclue/
H A Dqgeosatelliteinfosource_geocluemaster.cpp152 QList<QGeoSatelliteInfo> inUse; in updateSatelliteInfo() local
156 inUse.append(si); in updateSatelliteInfo()
164 if (inUse.length() != satellitesUsed) { in updateSatelliteInfo()
166 "does not match expected number of in use satellites (%d).", inUse.length(), in updateSatelliteInfo()
173 m_inUse = inUse; in updateSatelliteInfo()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqlocationdata_simulator.cpp64 inUse(false), in SatelliteInfo()
107 …out << s.azimuth << s.elevation << s.signalStrength << s.inUse << static_cast<qint32>(s.satelliteS… in operator <<()
114 …in >> s.azimuth >> s.elevation >> s.signalStrength >> s.inUse >> satelliteSystem >> s.satelliteIde… in operator >>()
H A Dqlocationdata_simulator_p.h112 bool inUse; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/serialnmea/
H A Dqnmeasatelliteinfosource.cpp161 bool setSatellitesInUse(const QList<int> &inUse) in setSatellitesInUse()
165 m_inUse = inUse; in setSatellitesInUse()
171 for (const auto i: inUse) { in setSatellitesInUse()
180 … m_inUse = inUse; // So clear outdated data, buffer the info, and set it later. in setSatellitesInUse()
201 QSet<int> inUse() const in inUse() function
/OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/
H A Dglxext.c404 if (!cl->inUse) { in __glXDispatch()
416 cl->inUse = GL_TRUE; in __glXDispatch()
458 if (!cl->inUse) { in __glXSwapDispatch()
469 cl->inUse = GL_TRUE; in __glXSwapDispatch()
H A Dglxserver.h103 Bool inUse; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Bus.c332 if (xf86Entities[entityIndex]->inUse && in xf86AddEntityToScreen()
342 xf86Entities[entityIndex]->inUse = TRUE; in xf86AddEntityToScreen()
398 xf86Entities[entityIndex]->inUse = FALSE; in xf86RemoveEntityFromScreen()
418 xf86Entities[entityIndex]->inUse = FALSE; in xf86ClearEntityListForScreen()
H A Dxf86Bus.h52 Bool inUse; member
H A Dxf86noBus.c61 p->inUse = FALSE; in xf86ClaimNoSlot()
H A Dxf86fbBus.c76 p->inUse = FALSE; in xf86ClaimFbSlot()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/android/src/
H A Djnipositioning.cpp564 QList<QGeoSatelliteInfo> inUse; in satelliteUpdated() local
565 …eoSatelliteInfo> sats = AndroidPositioning::satelliteInfoFromJavaLocation(env, satellites, &inUse); in satelliteUpdated()
577 Q_ARG(QList<QGeoSatelliteInfo>, inUse), Q_ARG(bool, isSingleUpdate)); in satelliteUpdated()
/OK3568_Linux_fs/u-boot/lib/bzip2/
H A Dbzlib_private.h269 Bool inUse[256]; member
423 Bool inUse[256]; member
H A Dbzlib_compress.c151 if (s->inUse[i]) { in makeMaps_e()
541 if (s->inUse[i * 16 + j]) inUse16[i] = True; in sendMTFValues()
551 if (s->inUse[i * 16 + j]) bsW(s,1,1); else bsW(s,1,0); in sendMTFValues()
H A Dbzlib_decompress.c75 if (s->inUse[i]) { in makeMaps_d()
317 for (i = 0; i < 256; i++) s->inUse[i] = False; in BZ2_decompress()
323 if (uc == 1) s->inUse[i * 16 + j] = True; in BZ2_decompress()
H A Dbzlib.c176 for (i = 0; i < 256; i++) s->inUse[i] = False; in prepare_new_block()
274 s->inUse[s->state_in_ch] = True; in add_pair_to_block()
289 s->inUse[s->state_in_len-4] = True; in add_pair_to_block()
319 zs->inUse[zs->state_in_ch] = True; \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/simulator/
H A Dqgeosatelliteinfosource_simulator.cpp125 if (info.inUse) in updateData()
/OK3568_Linux_fs/u-boot/fs/yaffs2/
H A Dyaffsfs.c92 unsigned inUse:1; member
2621 int inUse; in yaffs_unmount2() local
2624 inUse = yaffsfs_IsDevBusy(dev); in yaffs_unmount2()
2625 if (!inUse || force) { in yaffs_unmount2()
2626 if (inUse) in yaffs_unmount2()
2894 if (!yaffsfs_dsc[i].inUse) in yaffs_opendir()
2902 dsc->inUse = 1; in yaffs_opendir()
2929 if (dsc && dsc->inUse) { in yaffs_readdir()
2981 dsc->inUse = 0; in yaffs_closedir()
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinconfig.h58 Bool inUse; member
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/libdrm/
H A Dvia_drm.h182 unsigned char inUse; /* owned by a client, or free? */ member
/OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/libdrm/
H A Dvia_drm.h182 unsigned char inUse; /* owned by a client, or free? */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/drm/
H A Dvia_drm.h181 unsigned char inUse; /* owned by a client, or free? */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/drm/
H A Dvia_drm.h181 unsigned char inUse; /* owned by a client, or free? */ member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/libdrm/
H A Dvia_drm.h182 unsigned char inUse; /* owned by a client, or free? */ member
/OK3568_Linux_fs/kernel/include/uapi/drm/
H A Dvia_drm.h181 unsigned char inUse; /* owned by a client, or free? */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/
H A Dauthenticator.h329 BOOLEAN inUse; member

12