Home
last modified time | relevance | path

Searched refs:sources (Results 1 – 20 of 20) sorted by relevance

/device/generic/goldfish-opengl/
DREADME5 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
DBUILD.gn2 sources = [
124 sources -= [ "system/OpenglSystemCommon/QemuPipeStream.cpp" ]
125 sources += [
/device/generic/goldfish/audio/
Dprimary_device.cpp155 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()
Dprimary_device.h66 Return<void> createAudioPatch(const hidl_vec<AudioPortConfig>& sources,
/device/google/coral/json-c/
DREADME.md9 Caution: do **NOT** use sources from svn.metaparadigm.com,
DDoxyfile184 # 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/
DREADME.md9 Caution: do **NOT** use sources from svn.metaparadigm.com,
DDoxyfile184 # 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/
DREADME.md9 Caution: do **NOT** use sources from svn.metaparadigm.com,
DDoxyfile184 # 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/
Daudio_hw.c1559 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/
Daudio_hw.c1562 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/
DREADME2 images and AOSP images (built from sources) on hikey960.
/device/google/contexthub/firmware/build/
Dnanohub_executable.mk33 gen := $(call generated-sources-dir-for,EXECUTABLES,$(LOCAL_MODULE),AUX)
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLSharedGroup.h111 std::vector<std::string> sources; member
/device/generic/car/emulator/audio/driver/
Daudio_hw.c1273 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/
DREADME2 and AOSP images(built from sources) on db845c.
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp1767 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/
Dril.h2533 RIL_EmergencyNumberSource sources; /* The bitfield of @1.4::EmergencyNumberSource(s). member
/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2ext.h125 … PFNGLGETDEBUGMESSAGELOGKHRPROC) (GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, G…
137 …APIENTRY glGetDebugMessageLogKHR (GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, G…