Home
last modified time | relevance | path

Searched refs:no_stream (Results 1 – 25 of 35) sorted by relevance

12

/external/adhd/cras/src/tests/
Da2dp_iodev_unittest.cc584 iodev->no_stream(iodev, 1); in TEST_F()
593 iodev->no_stream(iodev, 1); in TEST_F()
631 iodev->no_stream(iodev, 1); in TEST_F()
638 iodev->no_stream(iodev, 1); in TEST_F()
645 iodev->no_stream(iodev, 1); in TEST_F()
654 iodev->no_stream(iodev, 0); in TEST_F()
697 iodev->no_stream(iodev, 1); in TEST_F()
704 iodev->no_stream(iodev, 1); in TEST_F()
Dhfp_alsa_iodev_unittest.cc69 _FAKE_CALL2(no_stream);
129 fake_sco_out.no_stream = fake_sco_in.no_stream = in ResetStubData()
396 iodev->no_stream(iodev, 1); in TEST_F()
Dalsa_io_unittest.cc303 ASSERT_EQ((void*)no_stream, (void*)aio->base.no_stream); in TEST()
314 ASSERT_EQ((void*)no_stream, (void*)aio->base.no_stream); in TEST()
326 ASSERT_EQ((void*)no_stream, (void*)aio->base.no_stream); in TEST()
337 ASSERT_EQ((void*)no_stream, (void*)aio->base.no_stream); in TEST()
2096 rc = no_stream(&aio.base, 1); in TEST_F()
2116 rc = no_stream(&aio.base, 1); in TEST_F()
2137 rc = no_stream(&aio.base, 1); in TEST_F()
2158 rc = no_stream(&aio.base, 1); in TEST_F()
2174 rc = no_stream(&aio.base, 1); in TEST_F()
2202 rc = no_stream(&aio.base, 0); in TEST_F()
[all …]
Dhfp_iodev_unittest.cc213 iodev->no_stream(iodev, 1); in TEST_F()
216 iodev->no_stream(iodev, 0); in TEST_F()
/external/adhd/cras/src/server/
Dcras_bt_io.c385 static int no_stream(struct cras_iodev *iodev, int enable) in no_stream() function
393 if (dev->no_stream) { in no_stream()
404 rc = dev->no_stream(dev, enable); in no_stream()
503 iodev->no_stream = no_stream; in cras_bt_io_create()
Dcras_hfp_iodev.c70 static int no_stream(struct cras_iodev *iodev, int enable) in no_stream() function
319 iodev->no_stream = no_stream; in hfp_iodev_create()
Dcras_hfp_alsa_iodev.c210 return aio->no_stream(aio, enable); in hfp_alsa_no_stream()
280 iodev->no_stream = hfp_alsa_no_stream; in hfp_alsa_iodev_create()
Dcras_a2dp_iodev.c214 static int no_stream(struct cras_iodev *odev, int enable) in no_stream() function
654 iodev->no_stream = no_stream; in a2dp_iodev_create()
Dcras_empty_iodev.c200 iodev->no_stream = cras_iodev_default_no_stream_playback; in empty_iodev_create()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
DMSFError.cpp32 case msf_error_code::no_stream: in message()
/external/llvm-project/llvm/lib/DebugInfo/MSF/
DMSFError.cpp32 case msf_error_code::no_stream: in message()
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DRawError.h24 no_stream, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DRawError.cpp28 case raw_error_code::no_stream: in message()
DInfoStream.cpp91 return make_error<RawError>(raw_error_code::no_stream); in getNamedStreamIndex()
DPDBFile.cpp317 return make_error<RawError>(raw_error_code::no_stream); in getPDBIpiStream()
491 return make_error<RawError>(raw_error_code::no_stream); in safelyCreateIndexedStream()
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DRawError.cpp28 case raw_error_code::no_stream: in message()
DInfoStream.cpp91 return make_error<RawError>(raw_error_code::no_stream); in getNamedStreamIndex()
DPDBFile.cpp318 return make_error<RawError>(raw_error_code::no_stream); in getPDBIpiStream()
492 return make_error<RawError>(raw_error_code::no_stream); in safelyCreateIndexedStream()
/external/llvm-project/llvm/include/llvm/DebugInfo/MSF/
DMSFError.h22 no_stream, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/MSF/
DMSFError.h22 no_stream, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DRawError.h24 no_stream, enumerator
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DRawError.h24 no_stream, enumerator
/external/llvm/lib/DebugInfo/PDB/Raw/
DRawError.cpp27 case raw_error_code::no_stream: in message()
DDbiStream.cpp287 return make_error<RawError>(raw_error_code::no_stream); in initializeSectionHeadersData()
317 return make_error<RawError>(raw_error_code::no_stream); in initializeFpoRecords()
DPDBFile.cpp278 return make_error<RawError>(raw_error_code::no_stream); in getStringTable()
280 return make_error<RawError>(raw_error_code::no_stream); in getStringTable()

12