/device/generic/goldfish-opengl/ |
D | README | 5 Note that this directory contains encoder sources that are auto-generated 8 To regenerate them, run external/qemu/distrib/update-emugl-sources.sh, 9 after building the emulator from sources, this will populate the content
|
D | BUILD.gn | 2 sources = [ 124 sources -= [ "system/OpenglSystemCommon/QemuPipeStream.cpp" ] 125 sources += [
|
/device/generic/goldfish/audio/ |
D | primary_device.cpp | 155 Return<void> PrimaryDevice::createAudioPatch(const hidl_vec<AudioPortConfig>& sources, in createAudioPatch() argument 158 if (sources.size() == 1 && sinks.size() == 1) { in createAudioPatch() 160 patch.source = sources[0]; in createAudioPatch()
|
D | primary_device.h | 66 Return<void> createAudioPatch(const hidl_vec<AudioPortConfig>& sources,
|
/device/google/coral/json-c/ |
D | README.md | 9 Caution: do **NOT** use sources from svn.metaparadigm.com,
|
D | Doxyfile | 184 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources 191 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java sources 510 # be generated. Documented entities will be cross-referenced with these sources. 911 # evaluate all C-preprocessor directives found in the sources and include 957 # The macro definition that is found in the sources will be used.
|
/device/google/bonito/json-c/ |
D | README.md | 9 Caution: do **NOT** use sources from svn.metaparadigm.com,
|
D | Doxyfile | 184 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources 191 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java sources 510 # be generated. Documented entities will be cross-referenced with these sources. 911 # evaluate all C-preprocessor directives found in the sources and include 957 # The macro definition that is found in the sources will be used.
|
/device/google/crosshatch/json-c/ |
D | README.md | 9 Caution: do **NOT** use sources from svn.metaparadigm.com,
|
D | Doxyfile | 184 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources 191 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java sources 510 # be generated. Documented entities will be cross-referenced with these sources. 911 # evaluate all C-preprocessor directives found in the sources and include 957 # The macro definition that is found in the sources will be used.
|
/device/linaro/dragonboard/audio/ |
D | audio_hw.c | 1559 const struct audio_port_config *sources, in adev_create_audio_patch() argument 1567 if (sources[0].type == AUDIO_PORT_TYPE_DEVICE) { in adev_create_audio_patch() 1572 } else if (sources[0].type == AUDIO_PORT_TYPE_MIX) { in adev_create_audio_patch() 1595 if (sources[0].type == AUDIO_PORT_TYPE_DEVICE) { in adev_create_audio_patch() 1599 ALOGE("%s()can not find stream with handle(%d)", __func__, sources[0].ext.mix.handle); in adev_create_audio_patch() 1613 in->device = sources[0].ext.device.type; in adev_create_audio_patch() 1618 get_stream_out_by_io_handle_l(adev, sources[0].ext.mix.handle); in adev_create_audio_patch() 1620 ALOGE("%s()can not find stream with handle(%d)", __func__, sources[0].ext.mix.handle); in adev_create_audio_patch()
|
/device/google/cuttlefish/guest/hals/audio/ |
D | audio_hw.c | 1562 const struct audio_port_config *sources, in adev_create_audio_patch() argument 1570 if (sources[0].type == AUDIO_PORT_TYPE_DEVICE) { in adev_create_audio_patch() 1575 } else if (sources[0].type == AUDIO_PORT_TYPE_MIX) { in adev_create_audio_patch() 1598 if (sources[0].type == AUDIO_PORT_TYPE_DEVICE) { in adev_create_audio_patch() 1602 ALOGE("%s()can not find stream with handle(%d)", __func__, sources[0].ext.mix.handle); in adev_create_audio_patch() 1616 in->device = sources[0].ext.device.type; in adev_create_audio_patch() 1621 get_stream_out_by_io_handle_l(adev, sources[0].ext.mix.handle); in adev_create_audio_patch() 1623 ALOGE("%s()can not find stream with handle(%d)", __func__, sources[0].ext.mix.handle); in adev_create_audio_patch()
|
/device/linaro/hikey/installer/hikey960/ |
D | README | 2 images and AOSP images (built from sources) on hikey960.
|
/device/google/contexthub/firmware/build/ |
D | nanohub_executable.mk | 33 gen := $(call generated-sources-dir-for,EXECUTABLES,$(LOCAL_MODULE),AUX)
|
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
D | GLSharedGroup.h | 111 std::vector<std::string> sources; member
|
/device/generic/car/emulator/audio/driver/ |
D | audio_hw.c | 1273 const struct audio_port_config *sources, in adev_create_audio_patch() argument 1279 ALOGD("%s: source[%d] type=%d address=%s", __func__, i, sources[i].type, in adev_create_audio_patch() 1280 sources[i].type == AUDIO_PORT_TYPE_DEVICE in adev_create_audio_patch() 1281 ? sources[i].ext.device.address in adev_create_audio_patch() 1290 sources[0].type == AUDIO_PORT_TYPE_DEVICE && in adev_create_audio_patch()
|
/device/linaro/dragonboard/installer/db845c/ |
D | README | 2 and AOSP images(built from sources) on db845c.
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | GL2Encoder.cpp | 1767 shaderData->sources = orig_sources; in s_glShaderSource() 1900 for (int i = 0; i < shaderData->sources.size(); i++) { in s_glGetShaderSource() 1901 if (curr_len + shaderData->sources[i].size() < bufsize - 1) { in s_glGetShaderSource() 1902 returned += shaderData->sources[i]; in s_glGetShaderSource() 1904 returned += shaderData->sources[i].substr(0, bufsize - 1 - curr_len); in s_glGetShaderSource() 4826 for (int i = 0; i < shaderData->sources.size(); i++) { in s_glGetShaderiv() 4827 totalLen += shaderData->sources[i].size(); in s_glGetShaderiv()
|
/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | ril.h | 2533 RIL_EmergencyNumberSource sources; /* The bitfield of @1.4::EmergencyNumberSource(s). member
|
/device/generic/goldfish-opengl/system/include/GLES2/ |
D | gl2ext.h | 125 … PFNGLGETDEBUGMESSAGELOGKHRPROC) (GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, G… 137 …APIENTRY glGetDebugMessageLogKHR (GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, G…
|