HomeSort by relevance Sort by last modified time
    Searched full:outputchannel (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/webaudio/
AudioChannelMerger.cpp 85 AudioChannel* outputChannel = output->bus()->channel(outputChannelIndex);
86 outputChannel->copyFrom(inputChannel);
  /packages/apps/Contacts/src/com/android/contacts/vcard/
ImportVCardActivity.java 389 WritableByteChannel outputChannel = null;
394 outputChannel = context.openFileOutput(filename, Context.MODE_PRIVATE).getChannel();
402 outputChannel.write(buffer);
407 outputChannel.write(buffer);
417 if (outputChannel != null) {
419 outputChannel.close();
421 Log.w(LOG_TAG, "Failed to close outputChannel");
    [all...]

Completed in 65 milliseconds