Searched refs:mInfo (Results 1 - 25 of 29) sorted by relevance

12

/frameworks/native/services/inputflinger/
H A DInputApplication.cpp28 mInfo(NULL) {
32 delete mInfo;
36 if (mInfo) {
37 delete mInfo;
38 mInfo = NULL;
H A DInputApplication.h46 return mInfo;
50 return mInfo ? mInfo->name : String8("<invalid>");
54 return mInfo ? mInfo->dispatchingTimeout : defaultValue;
78 InputApplicationInfo* mInfo; member in class:android::InputApplicationHandle
H A DInputWindow.cpp58 inputApplicationHandle(inputApplicationHandle), mInfo(NULL) {
62 delete mInfo;
66 if (mInfo) {
67 delete mInfo;
68 mInfo = NULL;
H A DInputWindow.h169 return mInfo;
173 return mInfo ? mInfo->inputChannel : NULL;
177 return mInfo ? mInfo->name : String8("<invalid>");
181 return mInfo ? mInfo->dispatchingTimeout : defaultValue;
205 InputWindowInfo* mInfo; member in class:android::InputWindowHandle
/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSScript.h42 const RSInfo *mInfo; member in class:bcc::RSScript
62 delete mInfo;
67 mInfo = pInfo;
71 return mInfo;
H A DRSExecutable.h40 RSInfo *mInfo; member in class:bcc::RSExecutable
59 : mInfo(&pInfo), mIsInfoDirty(false), mObjFile(&pObjFile), mLoader(&pLoader)
74 { return *mInfo; }
78 { return mInfo->isThreadable(); }
81 if (mInfo->isThreadable() != pThreadable) {
82 mInfo->setThreadable(pThreadable);
/frameworks/base/services/core/java/com/android/server/display/
H A DLocalDisplayAdapter.java134 private DisplayDeviceInfo mInfo; field in class:LocalDisplayAdapter.LocalDisplayDevice
166 mInfo = null;
173 if (mInfo == null) {
174 mInfo = new DisplayDeviceInfo();
175 mInfo.width = mPhys.width;
176 mInfo.height = mPhys.height;
177 mInfo.refreshRate = mPhys.refreshRate;
178 mInfo.supportedRefreshRates = mSupportedRefreshRates;
179 mInfo.appVsyncOffsetNanos = mPhys.appVsyncOffsetNanos;
180 mInfo
[all...]
H A DVirtualDisplayAdapter.java148 private DisplayDeviceInfo mInfo; field in class:VirtualDisplayAdapter.VirtualDisplayDevice
221 mInfo = null;
233 mInfo = null;
254 if (mInfo == null) {
255 mInfo = new DisplayDeviceInfo();
256 mInfo.name = mName;
257 mInfo.width = mWidth;
258 mInfo.height = mHeight;
259 mInfo.refreshRate = 60;
260 mInfo
[all...]
H A DOverlayDisplayAdapter.java201 private DisplayDeviceInfo mInfo; field in class:OverlayDisplayAdapter.OverlayDisplayDevice
240 mInfo = null;
245 if (mInfo == null) {
246 mInfo = new DisplayDeviceInfo();
247 mInfo.name = mName;
248 mInfo.width = mWidth;
249 mInfo.height = mHeight;
250 mInfo.refreshRate = mRefreshRate;
251 mInfo.densityDpi = mDensityDpi;
252 mInfo
[all...]
H A DLogicalDisplay.java66 private DisplayInfo mInfo; field in class:LogicalDisplay
115 if (mInfo == null) {
116 mInfo = new DisplayInfo();
118 mInfo.copyFrom(mOverrideDisplayInfo);
119 mInfo.layerStack = mBaseDisplayInfo.layerStack;
120 mInfo.name = mBaseDisplayInfo.name;
121 mInfo.state = mBaseDisplayInfo.state;
123 mInfo.copyFrom(mBaseDisplayInfo);
126 return mInfo;
140 mInfo
[all...]
H A DWifiDisplayAdapter.java585 private DisplayDeviceInfo mInfo; field in class:WifiDisplayAdapter.WifiDisplayDevice
610 mInfo = null;
622 if (mInfo == null) {
623 mInfo = new DisplayDeviceInfo();
624 mInfo.name = mName;
625 mInfo.width = mWidth;
626 mInfo.height = mHeight;
627 mInfo.refreshRate = mRefreshRate;
628 mInfo.presentationDeadlineNanos = 1000000000L / (int) mRefreshRate; // 1 frame
629 mInfo
[all...]
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputWindowHandle.cpp88 if (!mInfo) {
89 mInfo = new InputWindowInfo();
91 mInfo->touchableRegion.clear();
97 mInfo->inputChannel = android_view_InputChannel_getInputChannel(env, inputChannelObj);
100 mInfo->inputChannel.clear();
107 mInfo->name.setTo(nameStr);
111 mInfo->name.setTo("<null>");
114 mInfo->layoutParamsFlags = env->GetIntField(obj,
116 mInfo->layoutParamsPrivateFlags = env->GetIntField(obj,
118 mInfo
[all...]
H A Dcom_android_server_input_InputApplicationHandle.cpp60 if (!mInfo) {
61 mInfo = new InputApplicationInfo();
68 mInfo->name.setTo(nameStr);
72 mInfo->name.setTo("<null>");
75 mInfo->dispatchingTimeout = env->GetLongField(obj,
/frameworks/support/v4/java/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompat.java73 final Object mInfo; field in class:AccessibilityNodeInfoCompat.CollectionInfoCompat
87 mInfo = info;
91 return IMPL.getCollectionInfoColumnCount(mInfo);
95 return IMPL.getCollectionInfoRowCount(mInfo);
99 return IMPL.isCollectionInfoHierarchical(mInfo);
105 private final Object mInfo; field in class:AccessibilityNodeInfoCompat.CollectionItemInfoCompat
119 mInfo = info;
123 return IMPL.getCollectionItemColumnIndex(mInfo);
127 return IMPL.getCollectionItemColumnSpan(mInfo);
131 return IMPL.getCollectionItemRowIndex(mInfo);
155 private final Object mInfo; field in class:AccessibilityNodeInfoCompat.RangeInfoCompat
1140 private final Object mInfo; field in class:AccessibilityNodeInfoCompat
[all...]
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSScript.cpp54 : Script(pSource), mInfo(NULL), mCompilerVersion(0),
59 mInfo = NULL;
H A DRSExecutable.cpp151 if (!mInfo->write(info_file)) {
206 delete mInfo;
/frameworks/base/core/java/android/printservice/
H A DPrintDocument.java43 private final PrintDocumentInfo mInfo; field in class:PrintDocument
49 mInfo = info;
59 return mInfo;
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DOutputPort.java37 private Signature.PortInfo mInfo; field in class:OutputPort
148 mInfo = info;
175 mQueueBuilder.setWriteType(mInfo.type);
H A DInputPort.java40 private Signature.PortInfo mInfo; field in class:InputPort
61 if(port.mInfo.type.getNumberOfDimensions() > 0) {
278 mInfo = info;
287 mQueueBuilder.setReadType(mInfo.type);
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerServiceImpl.java61 final VoiceInteractionServiceInfo mInfo; field in class:VoiceInteractionManagerServiceImpl
201 mInfo = null;
207 mInfo = info;
208 if (mInfo.getParseError() != null) {
209 Slog.w(TAG, "Bad voice interaction service: " + mInfo.getParseError());
217 mInfo.getSessionService());
275 if (mInfo == null) {
278 pw.println(mInfo.getParseError());
283 pw.print(" Session service="); pw.println(mInfo.getSessionService());
284 pw.print(" Settings activity="); pw.println(mInfo
[all...]
/frameworks/base/libs/hwui/
H A DAnimatorManager.cpp82 : dirtyMask(0), mInfo(info), mContext(context) {}
91 mInfo.out.hasAnimations = true;
94 mInfo.out.requiresUiRedraw = true;
103 TreeInfo& mInfo; member in class:android::uirenderer::AnimateFunctor
/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHostView.java82 AppWidgetProviderInfo mInfo; field in class:AppWidgetHostView
140 mInfo = info;
205 return mInfo;
235 + (mInfo == null ? "null" : mInfo.provider), e);
269 if (mInfo != null) {
270 padding = getDefaultPaddingForWidget(mContext, mInfo.provider, padding);
329 mInfo = info;
466 mInfo.providerInfo.applicationInfo,
469 Log.e(TAG, "Package name " + mInfo
[all...]
/frameworks/base/core/java/android/accessibilityservice/
H A DAccessibilityService.java376 private AccessibilityServiceInfo mInfo; field in class:AccessibilityService
591 mInfo = info;
603 if (mInfo != null && connection != null) {
605 connection.setServiceInfo(mInfo);
606 mInfo = null;
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputHardwareManager.java462 private TvInputInfo mInfo; field in class:TvInputHardwareManager.Connection
488 mInfo = info;
511 return mInfo;
555 private final TvInputHardwareInfo mInfo; field in class:TvInputHardwareManager.TvInputHardwareImpl
597 mInfo = info;
599 if (mInfo.getAudioType() != AudioManager.DEVICE_NONE) {
600 mAudioSource = findAudioDevicePort(mInfo.getAudioType(), mInfo.getAudioAddress());
666 result = mHal.removeStream(mInfo.getDeviceId(), mActiveConfig);
670 result = mHal.removeStream(mInfo
[all...]
/frameworks/base/services/core/java/com/android/server/media/projection/
H A DMediaProjectionManagerService.java561 private MediaProjectionInfo mInfo; field in class:MediaProjectionManagerService.WatcherStartCallback
565 mInfo = info;
572 mCallback.onStart(mInfo);
581 private MediaProjectionInfo mInfo; field in class:MediaProjectionManagerService.WatcherStopCallback
585 mInfo = info;
592 mCallback.onStop(mInfo);

Completed in 499 milliseconds

12