Searched refs:temp (Results 226 - 238 of 238) sorted by relevance

12345678910

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dadj_thr.c1203 Word32 temp = 1000 - (nChannels * 200); local
1205 (temp * peData.peChannelData[ch].pe) / peOffsDiff;
/frameworks/base/media/java/android/media/
H A DClosedCaptionRenderer.java498 CCMemory temp = mDisplay;
500 mNonDisplay = temp;
H A DMediaCodecInfo.java1640 String[] temp = key.split("-");
1641 if (temp.length != 5) {
1644 String sizeStr = temp[3];
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp3088 uint32_t temp = 44 + total * frameSize - 8; local
3090 write(teeFd, &temp, sizeof(temp));
3092 temp = total * frameSize;
3094 write(teeFd, &temp, sizeof(temp));
/frameworks/base/core/java/android/text/
H A DLayout.java1545 int temp = end;
1547 start = temp;
/frameworks/native/services/inputflinger/
H A DInputReader.cpp97 T temp = a; local
99 b = temp;
147 float temp; local
150 temp = *deltaX;
152 *deltaY = -temp;
161 temp = *deltaX;
163 *deltaY = temp;
/frameworks/av/media/libstagefright/
H A DACodec.cpp1885 status_t temp = mOMX->setConfig( local
1888 if (temp == OK) {
1891 ALOGI("codec does not support requested auto-frc (err %d)", temp);
2332 status_t temp = mOMX->setConfig( local
2335 if (temp != OK) {
2336 ALOGI("codec does not support config priority (err %d)", temp);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pServiceImpl.java2337 for (String temp : mNwService.listTetheredInterfaces()) {
2338 logd("List all interfaces " + temp);
2339 if (temp.compareTo(intf) != 0) {
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java9344 int temp, int volt, int chargeUAh) {
9395 mHistoryCur.batteryTemperature = (short)temp;
9427 if (temp >= (mHistoryCur.batteryTemperature+10)
9428 || temp <= (mHistoryCur.batteryTemperature-10)) {
9429 mHistoryCur.batteryTemperature = (short)temp;
9343 setBatteryStateLocked(int status, int health, int plugType, int level, int temp, int volt, int chargeUAh) argument
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java1328 RandomAccessFile temp = null;
1332 temp = new RandomAccessFile(tempProcessedFile, "rws");
1343 temp.writeUTF(pkg);
1359 try { if (temp != null) temp.close(); } catch (IOException e) {}
/frameworks/base/core/java/android/widget/
H A DEditor.java3923 final int temp = composingTextEnd;
3925 composingTextStart = temp;
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java13233 abstract int copyApk(IMediaContainerService imcs, boolean temp) throws RemoteException; argument
13339 int copyApk(IMediaContainerService imcs, boolean temp) throws RemoteException { argument
13342 return doCopyApk(imcs, temp);
13348 private int doCopyApk(IMediaContainerService imcs, boolean temp) throws RemoteException { argument
13593 int copyApk(IMediaContainerService imcs, boolean temp) throws RemoteException { argument
13601 if (temp) {
13856 int copyApk(IMediaContainerService imcs, boolean temp) { argument
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 7016 milliseconds

12345678910