/device/google/dragon/audio/hal/ |
D | cras_expr.c | 13 static const char *copy_str(const char *begin, const char *end) in copy_str() argument 15 char *s = malloc(end - begin + 1); in copy_str() 16 memcpy(s, begin, end - begin); in copy_str() 17 s[end - begin] = '\0'; in copy_str() 35 static void value_set_string2(struct cras_expr_value *value, const char *begin, in value_set_string2() argument 40 value->u.string = copy_str(begin, end); in value_set_string2() 322 static struct cras_expr_expression *new_string_literal(const char *begin, in new_string_literal() argument 328 value_set_string2(&expr->u.literal, begin, end); in new_string_literal() 332 static struct cras_expr_expression *new_variable(const char *begin, in new_variable() argument 338 expr->u.variable = copy_str(begin, end); in new_variable() [all …]
|
/device/generic/goldfish/opengl/ |
D | common.mk | 23 emugl-begin-static-library = $(call emugl-begin-module,$1,STATIC_LIBRARY) 24 emugl-begin-shared-library = $(call emugl-begin-module,$1,SHARED_LIBRARY) 31 emugl-begin-module = \
|
/device/asus/fugu/libaudio/ |
D | AudioStreamOut.cpp | 161 for (I = mPhysOutputs.begin(); I != mPhysOutputs.end(); ++I) in releaseAllOutputs() 473 for (I = mPhysOutputs.begin(); I != mPhysOutputs.end(); ++I) in updateTargetOutputs() 485 I = mPhysOutputs.begin(); in updateTargetOutputs() 555 for (I = mPhysOutputs.begin(); I != mPhysOutputs.end(); ++I) { in adjustOutputs() 633 for (I = mPhysOutputs.begin(); I != mPhysOutputs.end(); ++I) { in write() 650 for (I = mPhysOutputs.begin(); I != mPhysOutputs.end(); ++I) { in write() 702 for (I = mPhysOutputs.begin(); I != mPhysOutputs.end(); ++I) { in getNextWriteTimestamp_internal() 716 for (I = mPhysOutputs.begin(); I != mPhysOutputs.end(); ++I) { in getNextWriteTimestamp_internal() 767 for (I = outSnapshot.begin(); I != outSnapshot.end(); ++I) in dump()
|
D | AudioHardwareOutput.cpp | 174 for (I = mPhysOutputs.begin(); I != mPhysOutputs.end(); ++I) in setMasterVolume() 202 for (I = mPhysOutputs.begin(); I != mPhysOutputs.end(); ++I) in setMasterMute() 323 for (I = mPhysOutputs.begin(); I != mPhysOutputs.end(); ++I) { in applyOutputSettings_l() 424 for (I = mPhysOutputs.begin(); I != mPhysOutputs.end(); ++I) in obtainOutput() 480 for (I = mPhysOutputs.begin(); I != mPhysOutputs.end(); ++I) { in releaseOutput()
|
/device/google/contexthub/util/nanotool/ |
D | nanopacket.cpp | 99 std::copy(data->begin(), data->end(), packet_buffer_.begin() + 10); in NanoPacket() 100 std::copy(data->begin(), data->end(), packet_content_.begin()); in NanoPacket()
|
D | nanomessage.cpp | 134 std::copy(buffer.begin(), buffer.end(), event_data.begin()); in Populate() 196 buffer.insert(buffer.end(), extra_data_.begin(), extra_data_.end()); in GetBytes()
|
/device/generic/goldfish/camera/ |
D | EmulatedCameraHotplugThread.cpp | 71 for (it = mSubscribers.begin(); it != mSubscribers.end(); ++it) { in requestExit() 120 it = mSubscribedCameraIds.begin(); in readyToRun() 252 it = mSubscribedCameraIds.begin(); in getCameraId() 325 for (it = mSubscribers.begin(); it != mSubscribers.end(); ++it) { in removeWatch()
|
D | EmulatedFakeCamera3.cpp | 199 for (StreamIterator s = mStreams.begin(); s != mStreams.end(); s++) { in closeCamera() 297 for (StreamIterator s = mStreams.begin(); s != mStreams.end(); ++s) { in configureStreams() 341 for (StreamIterator s = mStreams.begin(); s != mStreams.end();) { in configureStreams() 1271 availableStreamConfigurationsBasic.begin(), in constructStaticInfo() 1276 availableStreamConfigurationsRaw.begin(), in constructStaticInfo() 1281 availableStreamConfigurationsBurst.begin(), in constructStaticInfo() 1310 availableMinFrameDurationsBasic.begin(), in constructStaticInfo() 1315 availableMinFrameDurationsRaw.begin(), in constructStaticInfo() 1320 availableMinFrameDurationsBurst.begin(), in constructStaticInfo() 1349 availableStallDurationsBasic.begin(), in constructStaticInfo() [all …]
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
D | Android.mk | 4 $(call emugl-begin-shared-library,libGLESv1_enc)
|
/device/generic/goldfish/opengl/system/GLESv1/ |
D | Android.mk | 4 $(call emugl-begin-shared-library,libGLESv1_CM_emulation)
|
/device/generic/goldfish/opengl/system/GLESv2/ |
D | Android.mk | 4 $(call emugl-begin-shared-library,libGLESv2_emulation)
|
/device/generic/goldfish/opengl/system/GLESv2_enc/ |
D | Android.mk | 4 $(call emugl-begin-shared-library,libGLESv2_enc)
|
/device/generic/goldfish/opengl/system/egl/ |
D | Android.mk | 5 $(call emugl-begin-shared-library,libEGL_emulation)
|
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/ |
D | Android.mk | 15 $(call emugl-begin-static-library,libOpenglCodecCommon)
|
/device/generic/goldfish/opengl/system/gralloc/ |
D | Android.mk | 5 $(call emugl-begin-shared-library,gralloc.goldfish)
|
/device/generic/goldfish/opengl/tests/ut_rendercontrol_enc/ |
D | Android.mk | 3 $(call emugl-begin-shared-library,libut_rendercontrol_enc)
|
/device/generic/goldfish/opengl/system/renderControl_enc/ |
D | Android.mk | 3 $(call emugl-begin-shared-library,lib_renderControl_enc)
|
/device/generic/goldfish/opengl/system/OpenglSystemCommon/ |
D | Android.mk | 3 $(call emugl-begin-shared-library,libOpenglSystemCommon)
|
/device/google/accessory/arduino/USB_Host_Shield/ |
D | Max_LCD.cpp | 92 begin(16, 1); in init() 95 void Max_LCD::begin(uint8_t cols, uint8_t lines, uint8_t dotsize) { in begin() function in Max_LCD
|
D | Max_LCD.h | 84 void begin(uint8_t cols, uint8_t rows, uint8_t charsize = LCD_5x8DOTS);
|
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | Android.mk | 4 $(call emugl-begin-shared-library,libGLESv1_CM_emul)
|
/device/google/contexthub/ |
D | CodingStandard.txt | 10 3. All functions that are visibile in the global scope (outside their C file) shall begin with the 15 …7. All types in the global scope shall begin with their module name. (GpioPullType, SpiDeviceHandl… 18 …9. All global variables in a given C file shall begin with "m" and then be in camel case. This is … 48 23. commit messages shall begin with module they touch and a colon, eg "spi: fix spi-dma on stm64"
|
/device/google/dragon/crash_collector/ |
D | crash_dispatcher.cc | 57 std::copy(argv + 1, argv + argc, args.begin() + 1); in main()
|
/device/moto/shamu/camera/QCamera2/HAL3/ |
D | QCamera3HWI.cpp | 328 for (List<stream_info_t *>::iterator it = mStreamInfo.begin(); in ~QCamera3HardwareInterface() 338 for (List<stream_info_t *>::iterator it = mStreamInfo.begin(); in ~QCamera3HardwareInterface() 849 for (List<stream_info_t*>::iterator it = mStreamInfo.begin(); in configureStreams() 1020 for (List<stream_info_t*>::iterator it=mStreamInfo.begin(); in configureStreams() 1294 for (List<stream_info_t*>::iterator it=mStreamInfo.begin(); in configureStreams() 1512 for (List<stream_info_t*>::iterator it = mStreamInfo.begin(); in deriveMinFrameDuration() 1612 for (List<PendingReprocessResult>::iterator j = mPendingReprocessResultList.begin(); in handlePendingReprocResults() 1620 for (List<PendingRequestInfo>::iterator k = mPendingRequestsList.begin(); in handlePendingReprocResults() 1712 mPendingRequestsList.begin(); i != mPendingRequestsList.end(); i++) { in handleMetadataWithLock() 1769 for (List<PendingRequestInfo>::iterator i = mPendingRequestsList.begin(); in handleMetadataWithLock() [all …]
|
/device/huawei/angler/camera/QCamera2/HAL3/ |
D | QCamera3HWI.cpp | 425 for (List<stream_info_t *>::iterator it = mStreamInfo.begin(); in ~QCamera3HardwareInterface() 447 for (List<stream_info_t *>::iterator it = mStreamInfo.begin(); in ~QCamera3HardwareInterface() 525 for (pendingRequestIterator i = mPendingRequestsList.begin(); in ~QCamera3HardwareInterface() 1126 for (List<stream_info_t*>::iterator it = mStreamInfo.begin(); in configureStreamsPerfLocked() 1422 for (List<stream_info_t*>::iterator it=mStreamInfo.begin(); in configureStreamsPerfLocked() 1841 for (List<stream_info_t*>::iterator it=mStreamInfo.begin(); in configureStreamsPerfLocked() 1963 for (pendingRequestIterator i = mPendingRequestsList.begin(); in configureStreamsPerfLocked() 2101 for (List<stream_info_t*>::iterator it = mStreamInfo.begin(); in deriveMinFrameDuration() 2206 for (List<PendingReprocessResult>::iterator j = mPendingReprocessResultList.begin(); in handlePendingReprocResults() 2214 for (pendingRequestIterator k = mPendingRequestsList.begin(); in handlePendingReprocResults() [all …]
|