/device/common/ |
D | generate-factory-images-common.sh | 34 rm -rf tmp 35 mkdir -p tmp/$PRODUCT-$VERSION 40 unzip -d tmp ${SRCPREFIX}$PRODUCT-target_files-$BUILD.zip RADIO/$XLOADERSRC 44 unzip -d tmp ${SRCPREFIX}$PRODUCT-target_files-$BUILD.zip RADIO/$BOOTLOADERSRC 48 unzip -d tmp ${SRCPREFIX}$PRODUCT-target_files-$BUILD.zip RADIO/$RADIOSRC 52 unzip -d tmp ${SRCPREFIX}$PRODUCT-target_files-$BUILD.zip RADIO/radio-cdma.img 56 cp ${SRCPREFIX}$PRODUCT-img-$BUILD.zip tmp/$PRODUCT-$VERSION/image-$PRODUCT-$VERSION.zip 59 cp tmp/RADIO/$XLOADERSRC tmp/$PRODUCT-$VERSION/xloader-$DEVICE-$XLOADER.img 63 cp tmp/RADIO/$BOOTLOADERSRC tmp/$PRODUCT-$VERSION/bootloader-$DEVICE-$BOOTLOADER.img 65 cp $BOOTLOADERFILE tmp/$PRODUCT-$VERSION/bootloader-$DEVICE-$BOOTLOADER.img [all …]
|
D | generate-packages.sh | 39 rm -rf tmp 40 FILEDIR=tmp/vendor/$COMPANY/$DEVICE/proprietary 42 FILEDIR_ROOT=tmp/vendor/$MANUFACTURER/$ROOTDEVICE 46 FILEDIR_ROOT=tmp/vendor/${MANUFACTURER}_devices/$ROOTDEVICE 128 cp -R $COMPANY/staging/* tmp/vendor/$COMPANY/$DEVICE || echo \ \ \ \ Error copying makefiles 133 cat PROLOGUE > tmp/$SCRIPT || echo \ \ \ \ Error generating script 134 cat $COMPANY/COPYRIGHT >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 135 cat PART1 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 136 cat $COMPANY/LICENSE >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 137 cat PART2 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script [all …]
|
/device/lge/hammerhead/self-extractors/ |
D | generate-packages.sh | 33 rm -rf tmp 34 FILEDIR=tmp/vendor/$COMPANY/$DEVICE/proprietary 36 mkdir -p tmp/vendor/$MANUFACTURER/$ROOTDEVICE 254 cp -R $COMPANY/staging/* tmp/vendor/$COMPANY/$DEVICE || echo \ \ \ \ Error copying makefiles 256 cp -R root/* tmp/vendor/$MANUFACTURER/$ROOTDEVICE || echo \ \ \ \ Error copying makefiles 259 cat PROLOGUE > tmp/$SCRIPT || echo \ \ \ \ Error generating script 260 cat $COMPANY/COPYRIGHT >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 261 cat PART1 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 262 cat $COMPANY/LICENSE >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 263 cat PART2 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script [all …]
|
/device/asus/flo/self-extractors/ |
D | generate-packages.sh | 46 rm -rf tmp 47 FILEDIR=tmp/vendor/$COMPANY/$DEVICE/proprietary 49 mkdir -p tmp/vendor/$MANUFACTURER/$ROOTDEVICE 260 cp -R $COMPANY/staging/* tmp/vendor/$COMPANY/$DEVICE || echo \ \ \ \ Error copying makefiles 262 cp -R root/* tmp/vendor/$MANUFACTURER/$ROOTDEVICE || echo \ \ \ \ Error copying makefiles 265 cat PROLOGUE > tmp/$SCRIPT || echo \ \ \ \ Error generating script 266 cat $COMPANY/COPYRIGHT >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 267 cat PART1 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 268 cat $COMPANY/LICENSE >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 269 cat PART2 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script [all …]
|
/device/asus/deb/self-extractors/ |
D | generate-packages.sh | 49 rm -rf tmp 50 FILEDIR=tmp/vendor/$COMPANY/$DEVICE/proprietary 52 mkdir -p tmp/vendor/$MANUFACTURER/$ROOTDEVICE 265 cp -R $COMPANY/staging/* tmp/vendor/$COMPANY/$DEVICE || echo \ \ \ \ Error copying makefiles 267 cp -R root/* tmp/vendor/$MANUFACTURER/$ROOTDEVICE || echo \ \ \ \ Error copying makefiles 270 cat PROLOGUE > tmp/$SCRIPT || echo \ \ \ \ Error generating script 271 cat $COMPANY/COPYRIGHT >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 272 cat PART1 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 273 cat $COMPANY/LICENSE >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 274 cat PART2 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script [all …]
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
D | gl_enc.cpp | 29 int tmp = OP_glAlphaFunc;memcpy(ptr, &tmp, 4); ptr += 4; in glAlphaFunc_enc() local 45 int tmp = OP_glClearColor;memcpy(ptr, &tmp, 4); ptr += 4; in glClearColor_enc() local 63 int tmp = OP_glClearDepthf;memcpy(ptr, &tmp, 4); ptr += 4; in glClearDepthf_enc() local 79 int tmp = OP_glClipPlanef;memcpy(ptr, &tmp, 4); ptr += 4; in glClipPlanef_enc() local 96 int tmp = OP_glColor4f;memcpy(ptr, &tmp, 4); ptr += 4; in glColor4f_enc() local 114 int tmp = OP_glDepthRangef;memcpy(ptr, &tmp, 4); ptr += 4; in glDepthRangef_enc() local 130 int tmp = OP_glFogf;memcpy(ptr, &tmp, 4); ptr += 4; in glFogf_enc() local 147 int tmp = OP_glFogfv;memcpy(ptr, &tmp, 4); ptr += 4; in glFogfv_enc() local 164 int tmp = OP_glFrustumf;memcpy(ptr, &tmp, 4); ptr += 4; in glFrustumf_enc() local 185 int tmp = OP_glGetClipPlanef;memcpy(ptr, &tmp, 4); ptr += 4; in glGetClipPlanef_enc() local [all …]
|
/device/generic/goldfish/opengl/system/renderControl_enc/ |
D | renderControl_enc.cpp | 29 int tmp = OP_rcGetRendererVersion;memcpy(ptr, &tmp, 4); ptr += 4; in rcGetRendererVersion_enc() local 49 int tmp = OP_rcGetEGLVersion;memcpy(ptr, &tmp, 4); ptr += 4; in rcGetEGLVersion_enc() local 72 int tmp = OP_rcQueryEGLString;memcpy(ptr, &tmp, 4); ptr += 4; in rcQueryEGLString_enc() local 95 int tmp = OP_rcGetGLString;memcpy(ptr, &tmp, 4); ptr += 4; in rcGetGLString_enc() local 118 int tmp = OP_rcGetNumConfigs;memcpy(ptr, &tmp, 4); ptr += 4; in rcGetNumConfigs_enc() local 139 int tmp = OP_rcGetConfigs;memcpy(ptr, &tmp, 4); ptr += 4; in rcGetConfigs_enc() local 162 int tmp = OP_rcChooseConfig;memcpy(ptr, &tmp, 4); ptr += 4; in rcChooseConfig_enc() local 186 int tmp = OP_rcGetFBParam;memcpy(ptr, &tmp, 4); ptr += 4; in rcGetFBParam_enc() local 205 int tmp = OP_rcCreateContext;memcpy(ptr, &tmp, 4); ptr += 4; in rcCreateContext_enc() local 226 int tmp = OP_rcDestroyContext;memcpy(ptr, &tmp, 4); ptr += 4; in rcDestroyContext_enc() local [all …]
|
/device/asus/fugu/libaudio/ |
D | alsa_utils.cpp | 34 char tmp[256]; in find_alsa_card_by_name() local 36 snprintf(tmp, sizeof(tmp), "/proc/asound/card%d/id", card_id); in find_alsa_card_by_name() 37 tmp[sizeof(tmp) - 1] = 0; in find_alsa_card_by_name() 38 fd = open(tmp, O_RDONLY); in find_alsa_card_by_name() 42 amt = read(fd, tmp, sizeof(tmp) - 1); in find_alsa_card_by_name() 45 tmp[amt - 1] = 0; in find_alsa_card_by_name() 46 if (!strcmp(name, tmp)) in find_alsa_card_by_name() 99 int tmp, mode_cnt; in loadCaps() local 125 if ((tmp = mixer_ctl_get_value(ctrls[kBasicAudNdx], 0)) <= 0) { in loadCaps() 137 if ((tmp = mixer_ctl_get_value(ctrls[kSpeakerAlloc], 0)) < 0) in loadCaps() [all …]
|
D | ATVAudioPolicyManager.cpp | 78 audio_devices_t tmp = AUDIO_DEVICE_NONE;; in setDeviceConnectionState() local 96 tmp = mAvailableOutputDevices.types() | device; in setDeviceConnectionState() 100 tmp = mAvailableOutputDevices.types() & ~device; in setDeviceConnectionState() 107 gAudioHardwareOutput.updateRouting(tmp); in setDeviceConnectionState() 108 tmp = mAvailableOutputDevices.types(); in setDeviceConnectionState() 118 if (tmp != mAvailableOutputDevices.types()) in setDeviceConnectionState()
|
D | AudioHardwareOutput.cpp | 289 uint32_t tmp = 0; in setParameters() local 290 if (mSettings.hdmi.allowed && (tmp < mSettings.hdmi.delayCompUsec)) in setParameters() 291 tmp = mSettings.hdmi.delayCompUsec; in setParameters() 292 if (mMaxDelayCompUsec != tmp) in setParameters() 293 mMaxDelayCompUsec = tmp; in setParameters() 365 String8 tmp; in getParameters() local 370 if (param.get(kHDMIAllowedParamKey, tmp) == NO_ERROR) in getParameters() 373 if (param.get(kHDMIDelayCompParamKey, tmp) == NO_ERROR) in getParameters() 377 if (param.get(kFixedHDMIOutputParamKey, tmp) == NO_ERROR) in getParameters() 380 if (param.get(kFixedHDMIOutputLevelParamKey, tmp) == NO_ERROR) in getParameters() [all …]
|
D | AudioHotplugThread.cpp | 153 uint64_t tmp = 1; in shutdown() local 154 ::write(mShutdownEventFD, &tmp, sizeof(tmp)); in shutdown()
|
D | AudioStreamOut.cpp | 703 int64_t tmp; in getNextWriteTimestamp_internal() local 704 if (OK == (*I)->getNextWriteTimestamp(&tmp, &discon)) { in getNextWriteTimestamp_internal() 705 if (!max_time_valid || (max_time < tmp)) { in getNextWriteTimestamp_internal() 706 max_time = tmp; in getNextWriteTimestamp_internal()
|
/device/generic/goldfish/opengl/system/GLESv2_enc/ |
D | gl2_enc.cpp | 29 int tmp = OP_glActiveTexture;memcpy(ptr, &tmp, 4); ptr += 4; in glActiveTexture_enc() local 44 int tmp = OP_glAttachShader;memcpy(ptr, &tmp, 4); ptr += 4; in glAttachShader_enc() local 61 int tmp = OP_glBindAttribLocation;memcpy(ptr, &tmp, 4); ptr += 4; in glBindAttribLocation_enc() local 79 int tmp = OP_glBindBuffer;memcpy(ptr, &tmp, 4); ptr += 4; in glBindBuffer_enc() local 95 int tmp = OP_glBindFramebuffer;memcpy(ptr, &tmp, 4); ptr += 4; in glBindFramebuffer_enc() local 111 int tmp = OP_glBindRenderbuffer;memcpy(ptr, &tmp, 4); ptr += 4; in glBindRenderbuffer_enc() local 127 int tmp = OP_glBindTexture;memcpy(ptr, &tmp, 4); ptr += 4; in glBindTexture_enc() local 143 int tmp = OP_glBlendColor;memcpy(ptr, &tmp, 4); ptr += 4; in glBlendColor_enc() local 161 int tmp = OP_glBlendEquation;memcpy(ptr, &tmp, 4); ptr += 4; in glBlendEquation_enc() local 176 int tmp = OP_glBlendEquationSeparate;memcpy(ptr, &tmp, 4); ptr += 4; in glBlendEquationSeparate_enc() local [all …]
|
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/ |
D | UnixStream.cpp | 53 char tmp[PATH_MAX]; // temp directory in make_unix_path() local 60 snprintf(tmp, sizeof(tmp), "/tmp/android-%s", user); in make_unix_path() 62 ret = ::lstat(tmp, &st); in make_unix_path() 67 ret = ::mkdir(tmp, 0766); in make_unix_path() 70 ERR("Could not create temp directory: %s", tmp); in make_unix_path() 80 snprintf(tmp, sizeof(tmp), "/tmp"); in make_unix_path() 84 snprintf(path, pathlen, "%s/qemu-gles-%d", tmp, port_number); in make_unix_path()
|
/device/google/accessory/arduino/USB_Host_Shield/ |
D | Max3421e.h | 63 uint8_t tmp; in spi_init() local 73 tmp = SPSR; in spi_init() 74 tmp = SPDR; in spi_init()
|
D | Max3421e.cpp | 159 byte tmp; in regRd() local 198 byte tmp = 0; in reset() local 202 tmp++; //timeout after 256 attempts in reset() 203 if( tmp == 0 ) { in reset()
|
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/ |
D | ColorWheel.java | 163 ColorMatrix tmp = new ColorMatrix(); in rotateColor() local 166 tmp.setRotate(0, deg); in rotateColor() 167 cm.postConcat(tmp); in rotateColor() 168 tmp.setYUV2RGB(); in rotateColor() 169 cm.postConcat(tmp); in rotateColor()
|
/device/generic/goldfish/camera/ |
D | EmulatedCamera.cpp | 1013 char tmp[2048]; in PrintParamDiff() local 1019 snprintf(tmp, sizeof(tmp), "%.*s", (int)(intptr_t)(next-wrk), wrk); in PrintParamDiff() 1021 char* val = strchr(tmp, '='); in PrintParamDiff() 1024 const char* in_current = current.get(tmp); in PrintParamDiff() 1027 ALOGD("=== Value changed: %s: %s -> %s", tmp, in_current, val); in PrintParamDiff() 1030 ALOGD("+++ New parameter: %s=%s", tmp, val); in PrintParamDiff() 1033 ALOGW("No value separator in %s", tmp); in PrintParamDiff()
|
/device/moto/shamu/camera/QCamera/HAL2/core/src/ |
D | QCameraStream_Preview.cpp | 193 unsigned long * tmp = (unsigned long *)newFrame->buffer; in dumpFrameToFile() local 194 addr = *tmp; in dumpFrameToFile()
|
/device/moto/shamu/camera/QCamera2/HAL/ |
D | QCamera2HWI.cpp | 2443 String8 tmp; in configureHDRBracketing() local 2445 tmp.appendFormat("%d", in configureHDRBracketing() 2447 tmp.append(","); in configureHDRBracketing() 2451 tmp.appendFormat("%d", 0); in configureHDRBracketing() 2452 tmp.append(","); in configureHDRBracketing() 2455 if( !tmp.isEmpty() && in configureHDRBracketing() 2456 ( MAX_EXP_BRACKETING_LENGTH > tmp.length() ) ) { in configureHDRBracketing() 2459 memcpy(aeBracket.values, tmp.string(), tmp.length() - 1); in configureHDRBracketing()
|
/device/moto/shamu/camera/QCamera/HAL/core/src/ |
D | QCameraHWI_Preview.cpp | 560 unsigned long * tmp = (unsigned long *)newFrame->buffer; in dumpFrameToFile() local 561 addr = *tmp; in dumpFrameToFile()
|
/device/lge/hammerhead/camera/QCamera2/stack/mm-jpeg-interface/src/ |
D | mm_jpeg.c | 117 int tmp; \ 119 tmp = *x % *y; \ 121 *y = tmp; \
|
/device/asus/flo/ |
D | init.flo.rc | 192 rm /data/local/tmp/adreno_config.txt
|
/device/asus/deb/ |
D | init.deb.rc | 186 rm /data/local/tmp/adreno_config.txt
|