/frameworks/base/media/jni/tuner/ |
D | TunerClient.cpp | 35 mTunerService = ITunerService::fromBinder(binder); in TunerClient() 36 if (mTunerService == nullptr) { in TunerClient() 39 mTunerService->getTunerHalVersion(&mTunerVersion); in TunerClient() 49 if (mTunerService != nullptr) { in getFrontendIds() 50 Status s = mTunerService->getFrontendIds(&ids); in getFrontendIds() 60 if (mTunerService != nullptr) { in openFrontend() 62 Status s = mTunerService->openFrontend(frontendHandle, &tunerFrontend); in openFrontend() 73 s = mTunerService->getFrontendInfo(id, &frontendInfo); in openFrontend() 85 if (mTunerService != nullptr) { in getFrontendInfo() 87 Status s = mTunerService->getFrontendInfo(id, &aidlFrontendInfo); in getFrontendInfo() [all …]
|
D | TunerClient.h | 178 shared_ptr<ITunerService> mTunerService;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/ |
D | TunablePadding.java | 41 private final TunerService mTunerService; field in TunablePadding 51 mTunerService = tunerService; in TunablePadding() 52 mTunerService.addTunable(this, key); in TunablePadding() 74 mTunerService.removeTunable(this); in destroy() 83 private final TunerService mTunerService; field in TunablePadding.TunablePaddingService 89 mTunerService = tunerService; in TunablePaddingService() 96 return new TunablePadding(key, defaultSize, flags, view, mTunerService); in add()
|
D | ShortcutPicker.java | 45 private TunerService mTunerService; field in ShortcutPicker 101 mTunerService = Dependency.get(TunerService.class); in onCreatePreferences() 102 mTunerService.addTunable(this, mKey); in onCreatePreferences() 107 mTunerService.setValue(mKey, preference.toString()); in onPreferenceTreeClick() 125 mTunerService.removeTunable(this); in onDestroy()
|
D | TunerFragment.java | 60 private final TunerService mTunerService; field in TunerFragment 66 mTunerService = tunerService; in TunerFragment() 144 mTunerService.showResetRequest(() -> { in onOptionsItemSelected()
|
D | TunerActivity.java | 47 private final TunerService mTunerService; field in TunerActivity 58 mTunerService = tunerService; in TunerActivity() 80 : new TunerFragment(mTunerService); in onCreate()
|
D | LockscreenFragment.java | 71 private TunerService mTunerService; field in LockscreenFragment 79 mTunerService = Dependency.get(TunerService.class); in onCreatePreferences() 89 mTunables.forEach(t -> mTunerService.removeTunable(t)); in onDestroy() 110 mTunerService.setValue(buttonSetting, item.getSettingValue()); in showSelectDialog() 136 mTunerService.addTunable(t, keys); in addTunable()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | OperatorNameViewController.java | 46 private final TunerService mTunerService; field in OperatorNameViewController 67 mTunerService = tunerService; in OperatorNameViewController() 83 mTunerService.addTunable(mTunable, KEY_SHOW_OPERATOR_NAME); in onViewAttached() 91 mTunerService.removeTunable(mTunable); in onViewDetached() 100 && (mTunerService.getValue(KEY_SHOW_OPERATOR_NAME, 1) != 0); in update() 123 private final TunerService mTunerService; field in OperatorNameViewController.Factory 141 mTunerService = tunerService; in Factory() 154 mTunerService, in create()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/battery/ |
D | BatteryMeterViewControllerTest.java | 60 private TunerService mTunerService; field in BatteryMeterViewControllerTest 88 verify(mTunerService).addTunable(any(), any()); in onViewAttached_callbacksRegistered() 109 verify(mTunerService).removeTunable(any()); in onViewDetached_callbacksUnregistered() 122 verify(mTunerService).removeTunable(any()); in ignoreTunerUpdates_afterOnViewAttached_callbackUnregistered() 133 verify(mTunerService, never()).addTunable(any(), any()); in ignoreTunerUpdates_beforeOnViewAttached_callbackNeverRegistered() 162 mTunerService, in initController()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/tuner/ |
D | TunablePaddingTest.java | 43 private TunerService mTunerService; field in TunablePaddingTest 51 mTunerService = mock(TunerService.class); in setup() 53 new TunablePadding.TunablePaddingService(mTunerService)); in setup() 58 }).when(mTunerService).addTunable(any(), any()); in setup() 62 }).when(mTunerService).removeTunable(any()); in setup()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/ |
D | BatteryMeterViewController.java | 53 private final TunerService mTunerService; field in BatteryMeterViewController 149 mTunerService = tunerService; in BatteryMeterViewController() 200 mTunerService.addTunable(mTunable, StatusBarIconController.ICON_HIDE_LIST); in subscribeForTunerUpdates() 209 mTunerService.removeTunable(mTunable); in unsubscribeFromTunerUpdates() 250 private final TunerService mTunerService; field in BatteryMeterViewController.Factory 268 mTunerService = tunerService; in Factory() 282 mTunerService, in create()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
D | KeyguardSliceViewControllerTest.java | 56 private TunerService mTunerService; field in KeyguardSliceViewControllerTest 77 mActivityStarter, mConfigurationController, mTunerService, mDumpManager, in setUp() 104 verify(mTunerService).addTunable(any(TunerService.Tunable.class), anyString()); in onAttachedToWindow_registersListeners() 123 verify(mTunerService).removeTunable(any(TunerService.Tunable.class)); in onDetachedFromWindow_unregistersListeners()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
D | ExtensionControllerImplTest.java | 62 private TunerService mTunerService; field in ExtensionControllerImplTest 69 mTunerService = mDependency.injectMockDependency(TunerService.class); in setup() 74 mTunerService, in setup() 113 verify(mTunerService).addTunable(any(), eq(keys[0]), eq(keys[1])); in testTuner() 116 verify(mTunerService).removeTunable(any()); in testTuner() 185 verify(mTunerService).addTunable(tunable.capture(), any()); in testSortOrder()
|
/frameworks/av/services/tuner/ |
D | TunerDemux.cpp | 49 mTunerService = tuner; in TunerDemux() 57 mTunerService = nullptr; in ~TunerDemux() 82 ::ndk::SharedRefBase::make<TunerFilter>(filter, filterCb, in_type, mTunerService); in openFilter()
|
D | TunerFilter.cpp | 47 mTunerService(tuner) {} in TunerFilter() 57 mTunerService = nullptr; in ~TunerFilter() 253 mTunerService->removeSharedFilter(this->ref<TunerFilter>()); in close() 286 string token = mTunerService->addFilterToShared(this->ref<TunerFilter>()); in acquireSharedFilterToken() 305 mTunerService->removeSharedFilter(this->ref<TunerFilter>()); in freeSharedFilterToken()
|
D | TunerDemux.h | 66 shared_ptr<TunerService> mTunerService; variable
|
D | TunerFilter.h | 118 shared_ptr<TunerService> mTunerService; variable
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardSliceViewController.java | 71 private final TunerService mTunerService; field in KeyguardSliceViewController 127 mTunerService = tunerService; in KeyguardSliceViewController() 138 mTunerService.addTunable(mTunable, Settings.Secure.KEYGUARD_SLICE_URI); in onViewAttached() 156 mTunerService.removeTunable(mTunable); in onViewDetached()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QSPanelController.java | 63 private final TunerService mTunerService; field in QSPanelController 108 mTunerService = tunerService; in QSPanelController() 147 mTunerService.addTunable(mView, QS_SHOW_BRIGHTNESS); in onViewAttached() 168 mTunerService.removeTunable(mView); in onViewDetached()
|
D | QSTileHost.java | 99 private final TunerService mTunerService; field in QSTileHost 144 mTunerService = tunerService; in QSTileHost() 179 mTunerService.removeTunable(this); in destroy() 187 String value = mTunerService.getValue(TILES_SETTING); in onPluginConnected() 197 String value = mTunerService.getValue(TILES_SETTING); in onPluginDisconnected()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarSignalPolicy.java | 63 private final TunerService mTunerService; field in StatusBarSignalPolicy 91 mTunerService = tunerService; in StatusBarSignalPolicy() 109 mTunerService.addTunable(this, StatusBarIconController.ICON_HIDE_LIST); in init() 115 mTunerService.removeTunable(this); in destroy()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | ExtensionControllerImpl.java | 53 private final TunerService mTunerService; field in ExtensionControllerImpl 68 mTunerService = tunerService; in ExtensionControllerImpl() 275 mTunerService.addTunable(this, setting); in TunerItem() 285 mTunerService.removeTunable(this); in destroy()
|
/frameworks/av/services/tuner/hidl/ |
D | TunerHidlDemux.cpp | 50 mTunerService = tuner; in TunerHidlDemux() 55 mTunerService = nullptr; in ~TunerHidlDemux() 122 ::ndk::SharedRefBase::make<TunerHidlFilter>(filterSp, filterCb, in_type, mTunerService); in openFilter()
|
D | TunerHidlDemux.h | 70 shared_ptr<TunerHidlService> mTunerService; variable
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | DozeParametersTest.java | 77 @Mock private TunerService mTunerService; field in DozeParametersTest 124 mTunerService, in setup()
|