HomeSort by relevance Sort by last modified time
    Searched defs:inputInfo (Results 1 - 11 of 11) sorted by null

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
InputsFragment.java 193 public void refresh(TvInputInfo inputInfo) {
194 setKey(makeInputPrefKey(inputInfo));
196 setTitle(inputInfo.loadLabel(getContext()));
199 if (mHiddenIds.contains(inputInfo.getId())) {
202 customLabel = mCustomLabels.get(inputInfo.getId());
204 customLabel = inputInfo.loadLabel(getContext()).toString();
209 InputOptionsFragment.prepareArgs(getExtras(), inputInfo);
213 public static String makeInputPrefKey(TvInputInfo inputInfo) {
214 return "InputPref:" + inputInfo.getId();
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
op.go 39 type inputInfo struct {
50 inputs []inputInfo // ordered in register allocation order
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
op.go 39 type inputInfo struct {
50 inputs []inputInfo // ordered in register allocation order
  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
ScriptGraph.java 441 AllocationInfo inputInfo = AllocationInfo.newInstance(mSize, mFormat, mUsage);
446 mInputBlocker = inputInfo.createBlockingInputAllocation();
450 inputAllocation = inputInfo.createAllocation();
465 Script<?> script = instantiateScript(scriptClass, inputInfo, parameters);
469 inputInfo = script.getOutputInfo();
492 inputInfo = inputScript.getInputInfo();
493 inputAllocation = inputInfo.createAllocation();
525 * <p>The {@link Script scriptClass} should have a {@code Script(AllocationInfo inputInfo)}
529 * {@code Script(AllocationInfo inputInfo, ParameterMap<T> parameterMap)} constructor.</p>
532 Class<T> scriptClass, AllocationInfo inputInfo, ParameterMap<T> parameterMap)
    [all...]
  /frameworks/av/media/libstagefright/filters/
MediaFilter.cpp 345 BufferInfo *inputInfo = mAvailableInputBuffers[0];
351 err = mFilter->processBuffers(inputInfo->mData, outputInfo->mData);
357 CHECK(inputInfo->mData->meta()->findInt64("timeUs", &timeUs));
361 if (inputInfo->mData->meta()->findInt32("eos", &eos) && eos != 0) {
370 inputInfo->mBufferID, inputInfo->mData->size(),
374 delete inputInfo;
376 postFillThisBuffer(inputInfo);
703 BufferInfo *inputInfo = new BufferInfo;
704 inputInfo->mData = new MediaCodecBuffer
    [all...]
  /packages/apps/TV/src/com/android/tv/recommendation/
NotificationService.java 362 TvInputInfo inputInfo = mTvInputManagerHelper.getTvInputInfo(inputId);
363 if (inputInfo == null) {
366 final String inputDisplayName = inputInfo.loadLabel(this).toString();
  /frameworks/base/services/core/java/com/android/server/tv/
TvInputManagerService.java     [all...]
  /packages/apps/TV/src/com/android/tv/ui/
TunableTvView.java 526 TvInputInfo inputInfo = mInputManagerHelper.getTvInputInfo(channel.getInputId());
527 if (inputInfo == null) {
543 if (!inputInfo.equals(mInputInfo)) {
544 mInputInfo = inputInfo;
    [all...]
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 804 milliseconds