Home
last modified time | relevance | path

Searched defs:sbc (Results 1 – 25 of 97) sorted by relevance

1234

/aosp_15_r20/libcore/luni/src/test/java/libcore/java/nio/file/
H A DDefaultFileSystemProviderTest.java294 try (SeekableByteChannel sbc = provider.newByteChannel(filesSetup.getTestPath(), set)) { in test_newByteChannel()
303 try (SeekableByteChannel sbc = provider.newByteChannel(filesSetup.getDataFilePath(), set)) { in test_newByteChannel()
310 try (SeekableByteChannel sbc = provider.newByteChannel(filesSetup.getDataFilePath(), set)) { in test_newByteChannel()
330 try (SeekableByteChannel sbc = provider.newByteChannel(filesSetup.getTestPath(), set)) { in test_newByteChannel_openOption_WRITE()
338 try (SeekableByteChannel sbc = provider.newByteChannel(filesSetup.getDataFilePath(), set)) { in test_newByteChannel_openOption_WRITE()
345 try (SeekableByteChannel sbc = provider.newByteChannel(filesSetup.getDataFilePath(), set)) { in test_newByteChannel_openOption_WRITE()
367 try (SeekableByteChannel sbc = provider.newByteChannel(filesSetup.getDataFilePath(), set)) { in test_newByteChannel_openOption_WRITE_READ()
389 try (SeekableByteChannel sbc = provider.newByteChannel(null, set)) { in test_newByteChannel_NPE()
393 try (SeekableByteChannel sbc = provider in test_newByteChannel_NPE()
H A DDefaultSecureDirectoryStreamTest.java209 try (SeekableByteChannel sbc = ds_path_root.newByteChannel(filesSetup.getTestPath(), in test_newByteChannel()
218 try (SeekableByteChannel sbc = ds_path_root.newByteChannel( in test_newByteChannel()
227 try (SeekableByteChannel sbc = ds_path_root.newByteChannel( in test_newByteChannel()
239 try (SeekableByteChannel sbc = ds_path_root.newByteChannel( in test_newByteChannel()
251 try (SeekableByteChannel sbc = ds_path_root.newByteChannel(null, set)) { in test_newByteChannel_NPE()
256 try (SeekableByteChannel sbc = ds_path_root.newByteChannel(filesSetup.getDataFilePath(), in test_newByteChannel_NPE()
H A DFiles2Test.java1170 try (SeekableByteChannel sbc = Files.newByteChannel(filesSetup.getTestPath())) { in test_newByteChannel()
1178 try (SeekableByteChannel sbc = Files.newByteChannel(filesSetup.getDataFilePath())) { in test_newByteChannel()
1185 try (SeekableByteChannel sbc = Files.newByteChannel(filesSetup.getDataFilePath())) { in test_newByteChannel()
1198 try (SeekableByteChannel sbc = Files.newByteChannel(filesSetup.getTestPath(), WRITE)) { in test_newByteChannel_openOption_WRITE()
1205 try (SeekableByteChannel sbc = Files.newByteChannel(filesSetup.getDataFilePath(), WRITE)) { in test_newByteChannel_openOption_WRITE()
1212 try (SeekableByteChannel sbc = Files.newByteChannel(filesSetup.getDataFilePath(), WRITE)) { in test_newByteChannel_openOption_WRITE()
1227 try (SeekableByteChannel sbc = Files.newByteChannel(filesSetup.getDataFilePath(), WRITE, in test_newByteChannel_openOption_WRITE_READ()
1249 try (SeekableByteChannel sbc = Files.newByteChannel(null)) { in test_newByteChannel_NPE()
1253 try (SeekableByteChannel sbc = Files.newByteChannel(filesSetup.getDataFilePath(), in test_newByteChannel_NPE()
/aosp_15_r20/external/mesa3d/src/glx/apple/
H A Dglx_empty.c57 int64_t * ust, int64_t * msc, int64_t * sbc) in glXGetSyncValuesOML()
84 int64_t * msc, int64_t * sbc) in glXWaitForMscOML()
101 int64_t * msc, int64_t * sbc) in glXWaitForSbcOML()
/aosp_15_r20/external/mesa3d/src/glx/
H A Ddri3_glx.c223 int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc) in dri3_wait_for_msc()
240 int64_t *ust, int64_t *msc, int64_t *sbc) in dri3_drawable_get_msc()
253 int64_t *msc, int64_t *sbc) in dri3_wait_for_sbc()
H A Dglxcmds.c1686 int64_t ust, msc, sbc; in glXGetVideoSyncSGI() local
1724 int64_t ust, msc, sbc; in glXWaitVideoSyncSGI() local
1805 int64_t *ust, int64_t *msc, int64_t *sbc) in glXGetSyncValuesOML()
1968 int64_t *msc, int64_t *sbc) in glXWaitForMscOML()
1999 int64_t *ust, int64_t *msc, int64_t *sbc) in glXWaitForSbcOML()
H A Ddri2_glx.c168 int64_t *ust, int64_t *msc, int64_t *sbc) in dri2DrawableGetMSC()
190 int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc) in dri2WaitForMSC()
222 int64_t *msc, int64_t *sbc) in dri2WaitForSBC()
H A Dg_glxglvnddispatchfuncs.c774 int64_t *ust, int64_t *msc, int64_t *sbc) in dispatch_GetSyncValuesOML()
992 int64_t *msc, int64_t *sbc) in dispatch_WaitForMscOML()
1012 int64_t *msc, int64_t *sbc) in dispatch_WaitForSbcOML()
/aosp_15_r20/libcore/ojluni/src/main/java/sun/nio/ch/
H A DChannelInputStream.java114 SeekableByteChannel sbc = (SeekableByteChannel)ch; in available() local
124 SeekableByteChannel sbc = (SeekableByteChannel)ch; in skip() local
/aosp_15_r20/external/mesa3d/src/gallium/frontends/dri/
H A Dloader_dri3_helper.c594 int64_t *ust, int64_t *msc, int64_t *sbc) in loader_dri3_wait_for_msc()
631 int64_t *msc, int64_t *sbc) in loader_dri3_wait_for_sbc()
2276 int64_t ust, msc, sbc; in loader_dri3_swapbuffer_barrier() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DSurfaceGL.cpp25 egl::Error SurfaceGL::getSyncValues(EGLuint64KHR *ust, EGLuint64KHR *msc, EGLuint64KHR *sbc) in getSyncValues()
/aosp_15_r20/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
H A DJimfsFileSystemCloseTest.java118 SeekableByteChannel sbc = Files.newByteChannel(p, READ); in testOpenChannelsClosed() local
/aosp_15_r20/external/angle/src/tests/egl_tests/
H A DEGLSyncControlTest.cpp200 EGLuint64KHR ust = 0, msc = 0, sbc = 0; in TEST_F() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/null/
H A DSurfaceNULL.cpp60 egl::Error SurfaceNULL::getSyncValues(EGLuint64KHR *ust, EGLuint64KHR *msc, EGLuint64KHR *sbc) in getSyncValues()
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/
H A DSwapChain9.cpp425 egl::Error SwapChain9::getSyncValues(EGLuint64KHR *ust, EGLuint64KHR *msc, EGLuint64KHR *sbc) in getSyncValues()
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/glx/
H A DWindowSurfaceGLX.cpp294 egl::Error WindowSurfaceGLX::getSyncValues(EGLuint64KHR *ust, EGLuint64KHR *msc, EGLuint64KHR *sbc) in getSyncValues()
/aosp_15_r20/external/angle/src/libANGLE/renderer/
H A DSurfaceImpl.cpp70 egl::Error SurfaceImpl::getSyncValues(EGLuint64KHR *ust, EGLuint64KHR *msc, EGLuint64KHR *sbc) in getSyncValues()
/aosp_15_r20/libcore/ojluni/src/test/java/lang/StringBuffer/
H A DSupplementary.java210 int sbc = sb.codePointAt(j); in test4() local
/aosp_15_r20/libcore/ojluni/src/test/java/lang/StringBuilder/
H A DSupplementary.java212 int sbc = sb.codePointAt(j); in test4() local
/aosp_15_r20/packages/modules/Bluetooth/system/audio_hal_interface/fuzzer/
Dlibbt_audio_hal_client_interface_fuzzer.cpp226 SbcParameters sbc = {}; in SbcCodecConfigurationsGenerator() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/
H A DSurfaceD3D.cpp154 egl::Error SurfaceD3D::getSyncValues(EGLuint64KHR *ust, EGLuint64KHR *msc, EGLuint64KHR *sbc) in getSyncValues()
/aosp_15_r20/external/pandora/bt-test-interfaces/pandora/
Da2dp.proto146 google.protobuf.Empty sbc = 1; field
/aosp_15_r20/external/mesa3d/src/egl/drivers/dri2/
H A Dplatform_x11_dri3.c277 EGLuint64KHR *ust, EGLuint64KHR *msc, EGLuint64KHR *sbc) in dri3_get_sync_values()
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DSwapChain11.cpp1072 egl::Error SwapChain11::getSyncValues(EGLuint64KHR *ust, EGLuint64KHR *msc, EGLuint64KHR *sbc) in getSyncValues()
/aosp_15_r20/external/mesa3d/include/GL/
H A Dglx.h358 int64_t sbc; member

1234