Home
last modified time | relevance | path

Searched refs:returned (Results 1 – 25 of 42) sorted by relevance

12

/frameworks/native/opengl/specs/
DEGL_ANDROID_native_fence_sync.txt64 Accepted by the <type> parameter of eglCreateSyncKHR, and returned
74 Accepted by the <attrib_list> parameter of eglCreateSyncKHR, and returned
119 (i.e., the context returned by eglGetCurrentContext), and associates it
154 EGL_NO_SYNC_KHR is returned and an EGL_BAD_DISPLAY error is
157 empty (containing only EGL_NONE), EGL_NO_SYNC_KHR is returned and an
161 EGL_NO_SYNC_KHR is returned and an EGL_BAD_ATTRIBUTE error is
164 EGL_NO_SYNC_KHR is returned and an EGL_BAD_ATTRIBUTE error is
168 returns EGL_NO_CONTEXT), EGL_NO_SYNC_KHR is returned and an
172 the currently bound client API (the EGLDisplay returned by
173 eglGetCurrentDisplay()) then EGL_NO_SYNC_KHR is returned and an
[all …]
DEGL_ANDROID_get_native_client_buffer.txt68 EGL implementations must guarantee that the lifetime of the returned
76 If eglGetNativeClientBufferANDROID fails, NULL will be returned, no
DEGL_ANDROID_presentation_time.txt95 returned. Otherwise EGL_FALSE is returned and an appropriate error is
DEGL_ANDROID_blob_cache.txt166 bytes is returned. Otherwise 0 is returned.
/frameworks/native/libs/gui/include/gui/
DIGraphicBufferConsumer.h279 String8 returned; in dumpState() local
280 dumpState(String8(prefix), &returned); in dumpState()
281 result.append(returned); in dumpState()
/frameworks/ml/nn/driver/sample/
DSampleDriver.cpp249 Return<void> returned; in asyncExecute() local
255 returned = notify(callback, executionStatus, outputShapes, timing); in asyncExecute()
257 returned = notify(callback, executionStatus, outputShapes, kNoTiming); in asyncExecute()
259 if (!returned.isOk()) { in asyncExecute()
260 LOG(ERROR) << " hidl callback failed to return properly: " << returned.description(); in asyncExecute()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dfield_mask.proto52 // returned by a get operation or modified by an update operation.
95 // in the returned resource list. In case of a REST custom method,
98 // any case, the effect on the returned resource/resources is required
/frameworks/rs/script_api/include/
Drs_object_info.rsh182 * This function can be used to check the Element returned by rsElementGetSubElement()
233 * If the Element describes a structure, RS_TYPE_NONE is returned. Use the rsElementGetSub*
248 * sub-elements, an invalid handle is returned.
356 * 1 is returned.
Drs_time.rsh97 * timer: Location to also store the returned calendar time.
Drs_atomic.rsh88 * You can check that the value was written by checking that the value returned
/frameworks/hardware/interfaces/sensorservice/1.0/
DIDirectReportChannel.hal51 * may be returned or (2) error (in which case result
/frameworks/base/core/proto/android/app/
Dalarmmanager.proto53 // This value is UTC wall clock time in milliseconds, as returned by
/frameworks/rs/script_api/
Drs_object_info.spec295 1 is returned.
Drs_atomic.spec84 You can check that the value was written by checking that the value returned
Drs_math.spec21 to vectors, the returned value is a vector of the function applied to each entry of the input.
594 The value returned is either magnitude_value or -magnitude_value.
1219 Because of the difference in mantissa, this number is one less than is returned by @frexp().
1431 Because of the difference in mantissa, this number is one less than is returned by frexp().
1762 *integral_part will be set to -3.f and .72f will be returned.
/frameworks/base/cmds/incidentd/src/
Dreport_file.proto47 * Whether all available sections should be returned.
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
Dluts_for_speedup_f32.rsh57 // g_kMaxKernelRadius must match the value returned by
/frameworks/opt/telephony/proto/src/
DcarrierId.proto79 // [Optional] The Access Point Name, corresponding to "apn" field returned by
/frameworks/hardware/interfaces/cameraservice/device/2.0/
Dtypes.hal201 * returned from the createStream() method, which took in the
283 * The status information returned for a successful capture request submission.
DICameraDeviceUser.hal79 * batch, the frame number returned will be -1.)
/frameworks/ml/nn/extensions/
DREADME.md153 For each supported extension, the returned list must contain an entry
/frameworks/base/proto/src/
Dipconnectivity.proto209 // Counts of all errors returned by getaddrinfo.
215 // Counts of all errors returned by gethostbyname.
290 // Counts of all error values returned by failed connect() operations.
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java1334 Bundle returned = dpm.getApplicationRestrictions(admin1, "pkg1"); in testSetGetApplicationRestriction() local
1335 assertNotNull(returned); in testSetGetApplicationRestriction()
1336 assertEquals(returned.size(), 1); in testSetGetApplicationRestriction()
1337 assertEquals(returned.get("KEY_STRING"), "Foo1"); in testSetGetApplicationRestriction()
1341 Bundle returned = dpm.getApplicationRestrictions(admin1, "pkg2"); in testSetGetApplicationRestriction() local
1342 assertNotNull(returned); in testSetGetApplicationRestriction()
1343 assertEquals(returned.size(), 1); in testSetGetApplicationRestriction()
1344 assertEquals(returned.get("KEY_STRING"), "Foo2"); in testSetGetApplicationRestriction()
1566 Bundle returned = dpm.getApplicationRestrictions(null, "pkg1"); in testApplicationRestrictionsManagingApp() local
1567 assertEquals(1, returned.size(), 1); in testApplicationRestrictionsManagingApp()
[all …]
/frameworks/base/core/proto/android/server/
Dbackup_chunks_metadata.proto76 // The document ID returned from Scotty server after uploading the blob associated with this
/frameworks/base/packages/SystemUI/docs/
Dphysics-animation-layout.md57 … in the second child also springing towards (100, 200), plus any offset returned by ```getOffsetFo…

12