/frameworks/base/services/core/jni/ |
D | com_android_server_storage_AppFuseBridge.cpp | 38 jobject mSelf; member in android::__anon2c980eee0111::Callback 41 Callback(JNIEnv* env, jobject self) : mEnv(env), mSelf(self) {} in Callback() 43 mEnv->CallVoidMethod(mSelf, gAppFuseOnMount, mount_id); in OnMount() 51 mEnv->CallVoidMethod(mSelf, gAppFuseOnClosed, mount_id); in OnClosed()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | LightBarTransitionsController.java | 55 private final WeakReference<LightBarTransitionsController> mSelf; field in LightBarTransitionsController.Callback 58 mSelf = new WeakReference<>(self); in Callback() 63 LightBarTransitionsController self = mSelf.get(); in appTransitionPending() 71 LightBarTransitionsController self = mSelf.get(); in appTransitionCancelled() 80 LightBarTransitionsController self = mSelf.get(); in appTransitionStarting() 88 LightBarTransitionsController self = mSelf.get(); in onDozeAmountChanged()
|
/frameworks/base/core/jni/ |
D | com_android_internal_os_FuseAppLoop.cpp | 48 jobject const mSelf; member in android::__anondd2e1b1b0111::Callback 53 mEnv(env), mSelf(self) {} in Callback() 65 mSelf, gOnOpenMethod, unique, inode)); in OnOpen() 112 mEnv->CallVoidMethod(mSelf, gOnCommandMethod, command, unique, inode, offset, size, bytes); in CallOnCommand()
|
/frameworks/av/media/libaudioclient/ |
D | TrackPlayerBase.cpp | 56 AudioSystem::AudioDeviceCallback(), mSelf(self) { in SelfAudioDeviceCallback() 64 mSelf.baseUpdateDeviceId(deviceId); in onAudioDeviceUpdate()
|
/frameworks/av/media/libaudiohal/include/media/audiohal/hidl/ |
D | HalDeathHandler.h | 55 sp<HalDeathHandler> mSelf; // Allows the singleton instance to live forever. variable
|
/frameworks/av/media/libaudiohal/ |
D | HalDeathHandlerHidl.cpp | 33 HalDeathHandler::HalDeathHandler() : mSelf(this) { in HalDeathHandler()
|
/frameworks/av/media/libaudioclient/include/media/ |
D | TrackPlayerBase.h | 64 PlayerBase& mSelf; variable
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
D | NavigationBarInflaterView.java | 86 private final WeakReference<NavigationBarInflaterView> mSelf; field in NavigationBarInflaterView.Listener 89 mSelf = new WeakReference<>(self); in Listener() 94 NavigationBarInflaterView self = mSelf.get(); in onNavigationModeChanged()
|