Searched refs:calling (Results 1 – 25 of 43) sorted by relevance
12
/frameworks/base/core/jni/android/graphics/ |
D | Shader.cpp | 47 #error Need to convert float array to SkScalar array before calling the following function. in Color_HSVToColor() 120 #error Need to convert float array to SkScalar array before calling the following function. in LinearGradient_create() 150 #error Need to convert float array to SkScalar array before calling the following function. in RadialGradient_create() 176 #error Need to convert float array to SkScalar array before calling the following function. in SweepGradient_create()
|
D | Interpolator.cpp | 34 #error Need to convert float array to SkScalar array before calling the following function. in Interpolator_setKeyFrame()
|
D | PathEffect.cpp | 44 #error Need to convert float array to SkScalar array before calling the following function. in Dash_constructor()
|
D | Path.cpp | 178 #error Need to convert float array to SkScalar array before calling the following function. in addRoundRect8()
|
/frameworks/base/services/core/java/com/android/server/vr/ |
D | VrManagerInternal.java | 59 int userId, int processId, @NonNull ComponentName calling); in setVrMode() argument
|
D | VrManagerService.java | 900 @NonNull ComponentName component, int userId, int processId, ComponentName calling) { in updateCurrentVrServiceLocked() argument 957 if ((calling != null || mPersistentVrModeEnabled) in updateCurrentVrServiceLocked() 958 && !Objects.equals(calling, mCurrentVrModeComponent) in updateCurrentVrServiceLocked() 962 mCurrentVrModeComponent = calling; in updateCurrentVrServiceLocked()
|
/frameworks/opt/net/ims/ |
D | README.txt | 7 - GSMA IR.94 : video calling feature 14 To get started, you need to get an instance of the ImsManager by calling ImsManager#getInstance(). 113 controlling the camera (front/rear selection, zoom, brightness, ...) for a video calling.
|
/frameworks/base/core/proto/android/stats/dnsresolver/ |
D | dns_resolver.proto | 93 NS_T_X25 = 19; // X_25 calling address. 94 NS_T_ISDN = 20; // ISDN calling address.
|
/frameworks/hardware/interfaces/bufferhub/1.0/ |
D | IBufferClient.hal | 39 * calling this method.
|
/frameworks/base/tests/ActivityManagerPerfTests/ |
D | README.txt | 46 * The instrumentation test can collect that time by calling getReceivedTimeNs("tag") and
|
/frameworks/rs/script_api/ |
D | rs_convert.spec | 36 E.g calling <code>a = convert_short3(b);</code> is equivalent to doing
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/ |
D | GPBExtensionRegistry.m | 55 // read/write, etc. The warning is enabled in the project to ensure code calling
|
D | GPBRootObject.m | 179 // lookup the Extension, meaning the code is calling an Extension class
|
D | GPBUnknownField.m | 71 // read/write, etc. The warning is enabled in the project to ensure code calling
|
D | README.md | 58 There are a few behaviors worth calling out:
|
D | GPBExtensionInternals.m | 268 // read/write, etc. The warning is enabled in the project to ensure code calling
|
D | GPBUnknownFieldSet.m | 97 // read/write, etc. The warning is enabled in the project to ensure code calling
|
D | GPBCodedInputStream.m | 347 // read/write, etc. The warning is enabled in the project to ensure code calling
|
/frameworks/hardware/interfaces/cameraservice/device/2.0/ |
D | ICameraDeviceUser.hal | 67 * to utilize an fmq (obtained by calling getCaptureRequestMetadataQueue)
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_get_frame_timestamps.txt | 167 The application can poll for the timestamp of particular events by calling
|
D | EGL_ANDROID_native_fence_sync.txt | 110 descriptor, so the caller must not use it after calling eglCreateSyncKHR."
|
/frameworks/base/packages/SystemUI/ |
D | README.md | 71 calling StatusManager and waiting for the call to come back to IStatusBar.
|
/frameworks/base/core/proto/android/app/ |
D | settings_enums.proto | 1594 // OPEN: Settings > User > Enable calling dialog 1597 // OPEN: Settings > User > Enable calling and sms dialog 1908 // OPEN: Settings > Network & Internet > Mobile network > Wi-Fi calling 2361 // OPEN: Settings > Pick SIM (that supports calling) dialog
|
/frameworks/opt/telephony/proto/src/ |
D | telephony.proto | 214 // If wifi-calling has been enabled. 217 // Wifi-calling Mode. 669 // Emergency call routing is a flag to tell how modem handles the calling with
|
/frameworks/rs/script_api/include/ |
D | rs_object_info.rsh | 157 * After calling this function, *dst will be set to an empty handle. See rsIsObject().
|
12