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

12345678910

/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp3610 uint32_t temp = 44 + total * channelCount * sizeof(short) - 8; local
3611 write(teeFd, &temp, sizeof(temp));
3613 temp = total * channelCount * sizeof(short);
3614 write(teeFd, &temp, sizeof(temp));
/frameworks/base/services/java/com/android/server/pm/
H A DPackageManagerService.java6227 abstract int copyApk(IMediaContainerService imcs, boolean temp) throws RemoteException; argument
6332 int copyApk(IMediaContainerService imcs, boolean temp) throws RemoteException { argument
6333 if (temp) {
6334 // Generate temp file name
6603 int copyApk(IMediaContainerService imcs, boolean temp) throws RemoteException { argument
6604 if (temp) {
7395 Slog.e(TAG, "Couldn't create temp file for downloaded package file.");
7403 Slog.e(TAG, "Trouble getting the canoncical path for a temp file.");

Completed in 108 milliseconds

12345678910