Searched refs:output (Results 1 - 25 of 98) sorted by last modified time

1234

/frameworks/support/v13/
H A DAndroid.mk45 # Include this library in the build server's output directory
/frameworks/support/v4/
H A DAndroid.mk88 # Include this library in the build server's output directory
/frameworks/compile/libbcc/runtime/
H A DMakefile151 $(Verb) $(LIPO) -create -output $$@ $(Tmp.Inputs))
/frameworks/compile/linkloader/
H A Dmain.cpp103 time_t stub_time(time_t *output) { argument
104 return time(output);
/frameworks/ex/carousel/
H A DAndroid.mk29 # Include this library in the build server's output directory
/frameworks/ex/common/
H A DAndroid.mk28 # Include this library in the build server's output directory
/frameworks/ex/common/tools/
H A Dmake-iana-tld-pattern.py42 output = ' ';
46 output += '+ "'
48 output += '"('
50 output += '+ "|'
53 output += '('
56 output += '?:'
61 output += '|'
65 output += '\\\\' # escape the '-' character.
66 output += letter
69 output
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DETC1Util.java201 * Helper function that writes an ETC1Texture to an output stream formatted as a PKM file.
203 * @param output the stream to write the formatted texture data to.
206 public static void writeTexture(ETC1Texture texture, OutputStream output) throws IOException { argument
216 output.write(ioBuffer, 0, ETC1.ETC_PKM_HEADER_SIZE);
221 output.write(ioBuffer, 0, chunkSize);
/frameworks/base/opengl/libagl/
H A Dprimitives.cpp870 // output lists (we need 2, which we use back and forth)
879 // 3 input vertices, 0 in the output list, first plane
894 // pointers to our output list (head and current)
896 vertex_t** output = ovl; local
910 *output++ = p;
916 *output++ = buf++;
927 *output++ = buf++;
932 *output++ = p;
941 // output list become the new input list
960 // pointers to our output lis
962 vertex_t** output = ovl; local
[all...]
/frameworks/base/opengl/libs/GLES2_dbg/
H A Dgenerate_caller_cpp.py27 output = ""
44 output += "\
51 output += "\
57 output += "\
59 break; // annotated output pointers\n" % (functionName)
116 output += "\
121 output += "\
127 return output
132 output = generate_caller(lines) variable
183 out.write(output)
[all...]
H A Dgenerate_debug_in.py64 output = open("../debug.in", "w") variable
66 output.write("// the following functions are not defined in GLESv2_dbg\n")
79 output.write(line)
H A Dgenerate_debugger_message_proto.py22 def generate_egl_entries(output, lines, i):
26 output.write(" %s = %d;\n" % (line, i))
31 def generate_gl_entries(output,lines,i):
35 output.write(" %s = %d;\n" % (line, i))
41 output = open("debugger_message.proto",'w') variable
42 output.write("""\
75 i = generate_gl_entries(output, lines, i)
76 output.write(" // end of GL functions\n")
79 #i = generate_gl_entries(output, lines, i)
80 #output
[all...]
/frameworks/base/opengl/libs/GLES2_dbg/src/
H A Ddebugger_message.pb.cpp1029 ::google::protobuf::io::CodedOutputStream* output) const {
1032 ::google::protobuf::internal::WireFormatLite::WriteInt32(1, this->context_id(), output);
1038 2, this->function(), output);
1044 3, this->type(), output);
1049 ::google::protobuf::internal::WireFormatLite::WriteBool(4, this->expect_response(), output);
1054 ::google::protobuf::internal::WireFormatLite::WriteInt32(5, this->ret(), output);
1059 ::google::protobuf::internal::WireFormatLite::WriteInt32(6, this->arg0(), output);
1064 ::google::protobuf::internal::WireFormatLite::WriteInt32(7, this->arg1(), output);
1069 ::google::protobuf::internal::WireFormatLite::WriteInt32(8, this->arg2(), output);
1074 ::google::protobuf::internal::WireFormatLite::WriteInt32(9, this->arg3(), output);
[all...]
H A Ddebugger_message.pb.h300 ::google::protobuf::io::CodedOutputStream* output) const;
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java334 BackupDataOutput output) {
342 output.writeEntityHeader(key, data.length);
343 output.writeEntityData(data, data.length);
333 writeIfChanged(long oldChecksum, String key, byte[] data, BackupDataOutput output) argument
/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
H A DSharedStorageAgent.java35 public void onFullBackup(FullBackupDataOutput output) throws IOException { argument
47 fullBackupFileTree(null, domain, v.getPath(), null, output);
/frameworks/base/services/audioflinger/
H A DAudioFlinger.cpp77 // allow less retry attempts on direct output thread.
386 int output,
405 PlaybackThread *thread = checkPlaybackThread_l(output);
408 LOGE("unknown output thread");
426 if (mPlaybackThreads.keyAt(i) != output) {
427 // prevent same audio session on different output threads
452 // move effect chain to this output thread if an effect on same session was waiting
476 uint32_t AudioFlinger::sampleRate(int output) const
479 PlaybackThread *thread = checkPlaybackThread_l(output);
481 LOGW("sampleRate() unknown thread %d", output);
377 createTrack( pid_t pid, int streamType, uint32_t sampleRate, uint32_t format, uint32_t channelMask, int frameCount, uint32_t flags, const sp<IMemory>& sharedBuffer, int output, int *sessionId, status_t *status) argument
652 setStreamVolume(int stream, float value, int output) argument
886 getRenderPosition(uint32_t *halFrames, uint32_t *dspFrames, int output) argument
1365 PlaybackThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output, int id, uint32_t device) argument
1805 AudioStreamOut *output = mOutput; local
1833 MixerThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output, int id, uint32_t device) argument
2471 DirectOutputThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output, int id, uint32_t device) argument
4946 AudioStreamOut *output = new AudioStreamOut(outHwDev, outStream); local
4993 closeOutput(int output) argument
5030 suspendOutput(int output) argument
5045 restoreOutput(int output) argument
5171 setStreamOutput(uint32_t stream, int output) argument
5353 AudioStreamOut *output = thread->getOutput(); local
[all...]
H A DAudioFlinger.h86 int output,
90 virtual uint32_t sampleRate(int output) const;
91 virtual int channelCount(int output) const;
92 virtual uint32_t format(int output) const;
93 virtual size_t frameCount(int output) const;
94 virtual uint32_t latency(int output) const;
102 virtual status_t setStreamVolume(int stream, float value, int output);
105 virtual float streamVolume(int stream, int output) const;
130 virtual status_t closeOutput(int output);
132 virtual status_t suspendOutput(int output);
[all...]
H A DAudioMixer.h131 typedef void (*hook_t)(track_t* t, int32_t* output, size_t numOutFrames, int32_t* temp, int32_t* aux);
H A DAudioPolicyService.cpp270 status_t AudioPolicyService::startOutput(audio_io_handle_t output, argument
279 return mpAudioPolicy->start_output(mpAudioPolicy, output, stream, session);
282 status_t AudioPolicyService::stopOutput(audio_io_handle_t output, argument
291 return mpAudioPolicy->stop_output(mpAudioPolicy, output, stream, session);
294 void AudioPolicyService::releaseOutput(audio_io_handle_t output) argument
301 mpAudioPolicy->release_output(mpAudioPolicy, output);
697 volume %f, output %d", data->mStream, data->mVolume, data->mIO);
814 int output,
824 data->mIO = output;
833 LOGV("AudioCommandThread() adding set volume stream %d, volume %f, output
812 volumeCommand(int stream, float volume, int output, int delayMs) argument
1018 setStreamVolume(audio_stream_type_t stream, float volume, audio_io_handle_t output, int delayMs) argument
1378 aps_close_output(void *service, audio_io_handle_t output) argument
1387 aps_suspend_output(void *service, audio_io_handle_t output) argument
1398 aps_restore_output(void *service, audio_io_handle_t output) argument
1435 aps_set_stream_output(void *service, audio_stream_type_t stream, audio_io_handle_t output) argument
1471 aps_set_stream_volume(void *service, audio_stream_type_t stream, float volume, audio_io_handle_t output, int delay_ms) argument
[all...]
H A DAudioPolicyService.h72 virtual status_t startOutput(audio_io_handle_t output,
75 virtual status_t stopOutput(audio_io_handle_t output,
78 virtual void releaseOutput(audio_io_handle_t output);
131 audio_io_handle_t output,
174 status_t volumeCommand(int stream, float volume, int output, int delayMs = 0);
/frameworks/base/services/java/com/android/server/
H A DBackupManagerService.java334 FullBackupParams(ParcelFileDescriptor output, boolean saveApks, boolean saveShared, argument
336 fd = output;
2114 // renaming *all* the output state files (see below) until that happens.
2262 BackupDataOutput output = new BackupDataOutput(
2270 output);
2273 writeApkToBackup(mPackage, output);
2621 private void writeApkToBackup(PackageInfo pkg, BackupDataOutput output) { argument
2626 apkDir, appSourceDir, output);
2638 obbDirName, obb.getAbsolutePath(), output);
3274 // send it to the output pip
[all...]
H A DDropBoxManagerService.java162 OutputStream output = null;
194 output = new BufferedOutputStream(foutput, bufferSize);
196 output = new GZIPOutputStream(output);
201 output.write(buffer, 0, read);
212 output.close(); // Get a final size measurement
213 output = null;
215 output.flush(); // So the size measurement is pseudo-reasonable
241 try { if (output != null) output
[all...]
H A DSystemBackupAgent.java77 private void fullWallpaperBackup(FullBackupDataOutput output) { argument
83 WALLPAPER_INFO_DIR, WALLPAPER_INFO, output.getData());
85 WALLPAPER_IMAGE_DIR, WALLPAPER_IMAGE, output.getData());
/frameworks/base/services/java/com/android/server/net/
H A DNetworkStatsService.java1143 AtomicFile inputFile, HashMap<NetworkIdentitySet, NetworkStatsHistory> output) {
1145 output.clear();
1165 output.put(ident, history);
1142 readNetworkStats( AtomicFile inputFile, HashMap<NetworkIdentitySet, NetworkStatsHistory> output) argument

Completed in 299 milliseconds

1234