/external/adhd/cras/src/server/ |
D | cras_bt_io.c | 332 static int no_stream(struct cras_iodev *iodev, int enable) in no_stream() function 338 if (dev->no_stream) { in no_stream() 349 return dev->no_stream(dev, enable); in no_stream() 410 iodev->no_stream = no_stream; in cras_bt_io_create()
|
D | cras_hfp_iodev.c | 73 static int no_stream(struct cras_iodev *iodev, int enable) in no_stream() function 306 iodev->no_stream = no_stream; in hfp_iodev_create()
|
D | cras_a2dp_iodev.c | 145 static int no_stream(struct cras_iodev *iodev, int enable) in no_stream() function 498 iodev->no_stream = no_stream; in a2dp_iodev_create()
|
D | cras_hfp_alsa_iodev.c | 226 return aio->no_stream(aio, enable); in hfp_alsa_no_stream() 284 iodev->no_stream = hfp_alsa_no_stream; in hfp_alsa_iodev_create()
|
D | cras_empty_iodev.c | 200 iodev->no_stream = cras_iodev_default_no_stream_playback; in empty_iodev_create()
|
D | cras_iodev.h | 257 int (*no_stream)(struct cras_iodev *iodev, int enable); member
|
/external/adhd/cras/src/tests/ |
D | hfp_alsa_iodev_unittest.cc | 67 _FAKE_CALL2(no_stream); 126 fake_sco_out.no_stream = fake_sco_in.no_stream = in ResetStubData() 373 iodev->no_stream(iodev, 1); in TEST_F()
|
D | alsa_io_unittest.cc | 322 ASSERT_EQ((void*)no_stream, (void*)aio->base.no_stream); in TEST() 333 ASSERT_EQ((void*)no_stream, (void*)aio->base.no_stream); in TEST() 345 ASSERT_EQ((void*)no_stream, (void*)aio->base.no_stream); in TEST() 356 ASSERT_EQ((void*)no_stream, (void*)aio->base.no_stream); in TEST() 2025 rc = no_stream(&aio.base, 1); in TEST_F() 2045 rc = no_stream(&aio.base, 1); in TEST_F() 2066 rc = no_stream(&aio.base, 1); in TEST_F() 2087 rc = no_stream(&aio.base, 1); in TEST_F() 2103 rc = no_stream(&aio.base, 1); in TEST_F() 2131 rc = no_stream(&aio.base, 0); in TEST_F() [all …]
|
D | hfp_iodev_unittest.cc | 213 iodev->no_stream(iodev, 1); in TEST_F() 216 iodev->no_stream(iodev, 0); in TEST_F()
|
D | a2dp_iodev_unittest.cc | 373 iodev->no_stream(iodev, 1); in TEST_F() 384 iodev->no_stream(iodev, 0); in TEST_F()
|
D | iodev_unittest.cc | 514 static int no_stream(struct cras_iodev* odev, int enable) { in no_stream() function 1373 iodev.no_stream = simple_no_stream; in TEST() 1426 iodev.no_stream = simple_no_stream; in TEST() 1576 iodev.no_stream = no_stream; in TEST() 1641 iodev.no_stream = no_stream; in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/MSF/ |
D | MSFError.h | 23 no_stream, enumerator
|
/external/llvm/include/llvm/DebugInfo/PDB/Raw/ |
D | RawError.h | 24 no_stream, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | RawError.h | 25 no_stream, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/MSF/ |
D | MSFError.cpp | 34 case msf_error_code::no_stream: in message()
|
/external/llvm/lib/DebugInfo/PDB/Raw/ |
D | RawError.cpp | 27 case raw_error_code::no_stream: in message()
|
D | DbiStream.cpp | 287 return make_error<RawError>(raw_error_code::no_stream); in initializeSectionHeadersData() 317 return make_error<RawError>(raw_error_code::no_stream); in initializeFpoRecords()
|
D | PDBFile.cpp | 278 return make_error<RawError>(raw_error_code::no_stream); in getStringTable() 280 return make_error<RawError>(raw_error_code::no_stream); in getStringTable()
|
D | MappedBlockStream.cpp | 300 return make_error<RawError>(raw_error_code::no_stream); in createIndexedStream()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/ |
D | RawError.cpp | 29 case raw_error_code::no_stream: in message()
|
D | DbiStream.cpp | 261 return make_error<RawError>(raw_error_code::no_stream); in initializeSectionHeadersData() 296 return make_error<RawError>(raw_error_code::no_stream); in initializeFpoRecords()
|
D | InfoStream.cpp | 92 return make_error<RawError>(raw_error_code::no_stream); in getNamedStreamIndex()
|
D | PDBFile.cpp | 316 return make_error<RawError>(raw_error_code::no_stream); in getPDBIpiStream() 469 return make_error<RawError>(raw_error_code::no_stream); in safelyCreateIndexedStream()
|
D | PDBFileBuilder.cpp | 222 return llvm::make_error<pdb::RawError>(raw_error_code::no_stream); in getNamedStreamIndex()
|
/external/llvm/tools/llvm-pdbdump/ |
D | LLVMOutputStyle.cpp | 259 return make_error<RawError>(raw_error_code::no_stream); in dumpStreamData() 304 return make_error<RawError>(raw_error_code::no_stream); in dumpNamedStream()
|