Home
last modified time | relevance | path

Searched refs:attach (Results 1 – 25 of 152) sorted by relevance

1234567

/frameworks/base/packages/SystemUI/src/com/android/systemui/log/dagger/
DLogModule.java48 buffer.attach(dumpManager); in provideDozeLogBuffer()
60 buffer.attach(dumpManager); in provideNotificationsLogBuffer()
72 buffer.attach(dumpManager); in provideNotificationSectionLogBuffer()
84 buffer.attach(dumpManager); in provideNotifInteractionLogBuffer()
96 buffer.attach(dumpManager); in provideQuickSettingsLogBuffer()
108 buffer.attach(dumpManager); in provideBroadcastDispatcherLogBuffer()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaCallTest.java57 mCallUnderTest.attach(mConnection1, mDriverCall); in testAttachDetach()
82 mCallUnderTest.attach(mConnection1, mDriverCall); in testMultiparty()
88 mCallUnderTest.attach(mConnection2, mDriverCall); in testMultiparty()
109 mCallUnderTest.attach(mConnection1, mDriverCall); in testConnectionDisconnected()
110 mCallUnderTest.attach(mConnection2, mDriverCall); in testConnectionDisconnected()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTest.java80 mImsCallUT.attach(mConnection1, Call.State.ACTIVE); in testAttachDetach()
98 mImsCallUT.attach(mConnection1, Call.State.ACTIVE); in testConnectionDisconnected()
99 mImsCallUT.attach(mConnection2, Call.State.ACTIVE); in testConnectionDisconnected()
162 mImsCallUT.attach(mConnection1, Call.State.ACTIVE); in testSwitchWith()
165 mImsCallThat.attach(mConnection2, Call.State.IDLE); in testSwitchWith()
184 mImsCallUT.attach(mConnection1, Call.State.ACTIVE); in testMultiParty()
193 mImsCallUT.attach(mConnection1, Call.State.ACTIVE); in testGetImsCall()
203 mImsCallUT.attach(mConnection1, Call.State.ACTIVE); in testSetMute()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/init/
DNotifPipelineInitializer.java93 mNotifPluggableCoordinators.attach(mPipelineWrapper); in initialize()
97 mNotifViewManager.attach(mListBuilder); in initialize()
98 mListBuilder.attach(mNotifCollection); in initialize()
99 mNotifCollection.attach(mGroupCoalescer); in initialize()
100 mGroupCoalescer.attach(notificationService); in initialize()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/
DMediaControlPanelTest.kt192 player.attach(holder) in bindText()
203 player.attach(holder) in bindBackgroundColor()
214 player.attach(holder) in bindDevice()
226 player.attach(holder) in bindDisabledDevice()
238 player.attach(holder) in bindNullDevice()
249 player.attach(holder) in bindDeviceResumptionPlayer()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DHwModule.cpp55 devDesc->attach(this); in addOutputProfile()
63 profile->attach(this); in addOutputProfile()
71 profile->attach(this); in addInputProfile()
122 devDesc->attach(this); in addInputProfile()
335 moduleDevice->attach(hwModule); in getDeviceDescriptor()
369 device->attach(hwModule); in createDevice()
/frameworks/base/services/robotests/backup/src/android/app/backup/
DForwardingBackupAgent.java110 public void attach(Context context) { in attach() method in ForwardingBackupAgent
111 mBackupAgent.attach(context); in attach()
/frameworks/base/services/core/java/com/android/server/soundtrigger_middleware/
DSoundTriggerMiddlewareImpl.java122 ISoundTriggerModule attach(int handle, @NonNull ISoundTriggerCallback callback) { in attach() method in SoundTriggerMiddlewareImpl
123 return mModules[handle].attach(callback); in attach()
DSoundTriggerMiddlewareService.java91 ISoundTriggerModule attach(int handle, @NonNull ISoundTriggerCallback callback) in attach() method in SoundTriggerMiddlewareService
93 return new ModuleService(mDelegate.attach(handle, callback)); in attach()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCall.java166 public void attach(Connection conn) { in attach() method in ImsPhoneCall
177 public void attach(Connection conn, State state) { in attach() method in ImsPhoneCall
182 this.attach(conn); in attach()
188 attach(conn, state); in attachFake()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/
DNotificationsControllerImpl.kt113 remoteInputUriController.attach(entryManager) in initialize()
117 headsUpController.attach(entryManager, headsUpManager) in initialize()
121 entryManager.attach(notificationListener) in initialize()
/frameworks/av/media/codec2/vndk/platform/
DC2BqBuffer.cpp65 bool attach; // attach on remote member
162 poolData->attach || !poolData->held) { in BeginAttachBlockToBufferQueue()
168 poolData->attach = true; in BeginAttachBlockToBufferQueue()
183 if (poolData->local || !poolData->attach ) { in EndAttachBlockToBufferQueue()
187 poolData->attach = false; in EndAttachBlockToBufferQueue()
191 poolData->attach = false; in EndAttachBlockToBufferQueue()
213 if (poolData->attach) { in DisplayBlockToBufferQueue()
673 transfer(false), attach(false), display(false), in C2BufferQueueBlockPoolData()
683 transfer(false), attach(false), display(false), in C2BufferQueueBlockPoolData()
/frameworks/base/packages/SystemUI/src/com/android/systemui/log/
DLogcatEchoTrackerDebug.kt52 tracker.attach(mainLooper) in create()
57 private fun attach(mainLooper: Looper) { in attach() method
/frameworks/base/services/tests/servicestests/src/com/android/server/soundtrigger_middleware/
DSoundTriggerMiddlewareImplTest.java857 ISoundTriggerModule module = mService.attach(0, callback); in testAttachDetach()
869 ISoundTriggerModule module = mService.attach(0, callback); in testAttachDetachNotAvailable()
881 ISoundTriggerModule module = mService.attach(0, callback); in testAttachDetachAvailable()
891 ISoundTriggerModule module = mService.attach(0, callback); in testLoadUnloadModel()
903 ISoundTriggerModule module = mService.attach(0, callback); in testLoadUnloadPhraseModel()
915 ISoundTriggerModule module = mService.attach(0, callback); in testStartStopRecognition()
936 ISoundTriggerModule module = mService.attach(0, callback); in testStartStopPhraseRecognition()
957 ISoundTriggerModule module = mService.attach(0, callback); in testRecognition()
988 ISoundTriggerModule module = mService.attach(0, callback); in testPhraseRecognition()
1026 ISoundTriggerModule module = mService.attach(0, callback); in testForceRecognition()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DNotifCoordinators.java90 public void attach(NotifPipeline pipeline) { in attach() method in NotifCoordinators
92 c.attach(pipeline); in attach()
DCoordinator.java31 void attach(NotifPipeline pipeline); in attach() method
DHideLocallyDismissedNotifsCoordinator.java31 public void attach(NotifPipeline pipeline) { in attach() method in HideLocallyDismissedNotifsCoordinator
DConversationCoordinator.kt37 override fun attach(pipeline: NotifPipeline) { in attach() method in com.android.systemui.statusbar.notification.collection.coordinator.ConversationCoordinator
/frameworks/base/core/java/android/service/dreams/
DIDreamService.aidl25 void attach(IBinder windowToken, boolean canDoze, IRemoteCallback started); in attach() method
/frameworks/native/services/vr/virtual_touchpad/aidl/android/dvr/
DIVirtualTouchpadService.aidl11 void attach() = 0; in attach() method
/frameworks/base/media/java/android/media/soundtrigger_middleware/
DISoundTriggerMiddlewareService.aidl41 ISoundTriggerModule attach(int handle, ISoundTriggerCallback callback); in attach() method
/frameworks/base/core/java/android/service/wallpaper/
DIWallpaperService.aidl26 void attach(IWallpaperConnection connection, in attach() method
/frameworks/base/tools/dump-coverage/
DREADME.md19 adb shell 'am attach-agent com.android.deskclock /system/lib/libdumpcoverage.so=dump:/data/data/com…
25 adb shell 'am attach-agent com.android.deskclock /system/lib/libdumpcoverage.so=reset'
/frameworks/base/test-mock/src/android/test/mock/
DMockService.java37 service.attach( in attachForTesting()
/frameworks/wilhelm/src/android/
Dandroid_Effect.h119 extern android::status_t android_fxSend_attach(CAudioPlayer* ap, bool attach,
128 SLboolean attach, SLmillibel sendLevel);

1234567