Home
last modified time | relevance | path

Searched refs:begin (Results 1 – 25 of 41) sorted by relevance

12

/device/google/dragon/audio/hal/
Dcras_expr.c13 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/
Dcommon.mk23 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/
DAudioStreamOut.cpp161 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()
DAudioHardwareOutput.cpp174 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/
Dnanopacket.cpp99 std::copy(data->begin(), data->end(), packet_buffer_.begin() + 10); in NanoPacket()
100 std::copy(data->begin(), data->end(), packet_content_.begin()); in NanoPacket()
Dnanomessage.cpp134 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/
DEmulatedCameraHotplugThread.cpp71 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()
DEmulatedFakeCamera3.cpp199 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/
DAndroid.mk4 $(call emugl-begin-shared-library,libGLESv1_enc)
/device/generic/goldfish/opengl/system/GLESv1/
DAndroid.mk4 $(call emugl-begin-shared-library,libGLESv1_CM_emulation)
/device/generic/goldfish/opengl/system/GLESv2/
DAndroid.mk4 $(call emugl-begin-shared-library,libGLESv2_emulation)
/device/generic/goldfish/opengl/system/GLESv2_enc/
DAndroid.mk4 $(call emugl-begin-shared-library,libGLESv2_enc)
/device/generic/goldfish/opengl/system/egl/
DAndroid.mk5 $(call emugl-begin-shared-library,libEGL_emulation)
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
DAndroid.mk15 $(call emugl-begin-static-library,libOpenglCodecCommon)
/device/generic/goldfish/opengl/system/gralloc/
DAndroid.mk5 $(call emugl-begin-shared-library,gralloc.goldfish)
/device/generic/goldfish/opengl/tests/ut_rendercontrol_enc/
DAndroid.mk3 $(call emugl-begin-shared-library,libut_rendercontrol_enc)
/device/generic/goldfish/opengl/system/renderControl_enc/
DAndroid.mk3 $(call emugl-begin-shared-library,lib_renderControl_enc)
/device/generic/goldfish/opengl/system/OpenglSystemCommon/
DAndroid.mk3 $(call emugl-begin-shared-library,libOpenglSystemCommon)
/device/google/accessory/arduino/USB_Host_Shield/
DMax_LCD.cpp92 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
DMax_LCD.h84 void begin(uint8_t cols, uint8_t rows, uint8_t charsize = LCD_5x8DOTS);
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
DAndroid.mk4 $(call emugl-begin-shared-library,libGLESv1_CM_emul)
/device/google/contexthub/
DCodingStandard.txt10 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/
Dcrash_dispatcher.cc57 std::copy(argv + 1, argv + argc, args.begin() + 1); in main()
/device/moto/shamu/camera/QCamera2/HAL3/
DQCamera3HWI.cpp328 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/
DQCamera3HWI.cpp425 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 …]

12