/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_native_fence_sync.txt | 64 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 …]
|
D | EGL_ANDROID_get_native_client_buffer.txt | 68 EGL implementations must guarantee that the lifetime of the returned 76 If eglGetNativeClientBufferANDROID fails, NULL will be returned, no
|
D | EGL_ANDROID_presentation_time.txt | 95 returned. Otherwise EGL_FALSE is returned and an appropriate error is
|
D | EGL_ANDROID_blob_cache.txt | 166 bytes is returned. Otherwise 0 is returned.
|
/frameworks/native/libs/gui/include/gui/ |
D | IGraphicBufferConsumer.h | 279 String8 returned; in dumpState() local 280 dumpState(String8(prefix), &returned); in dumpState() 281 result.append(returned); in dumpState()
|
/frameworks/ml/nn/driver/sample/ |
D | SampleDriver.cpp | 249 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/ |
D | field_mask.proto | 52 // 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/ |
D | rs_object_info.rsh | 182 * 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.
|
D | rs_time.rsh | 97 * timer: Location to also store the returned calendar time.
|
D | rs_atomic.rsh | 88 * You can check that the value was written by checking that the value returned
|
/frameworks/hardware/interfaces/sensorservice/1.0/ |
D | IDirectReportChannel.hal | 51 * may be returned or (2) error (in which case result
|
/frameworks/base/core/proto/android/app/ |
D | alarmmanager.proto | 53 // This value is UTC wall clock time in milliseconds, as returned by
|
/frameworks/rs/script_api/ |
D | rs_object_info.spec | 295 1 is returned.
|
D | rs_atomic.spec | 84 You can check that the value was written by checking that the value returned
|
D | rs_math.spec | 21 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/ |
D | report_file.proto | 47 * Whether all available sections should be returned.
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
D | luts_for_speedup_f32.rsh | 57 // g_kMaxKernelRadius must match the value returned by
|
/frameworks/opt/telephony/proto/src/ |
D | carrierId.proto | 79 // [Optional] The Access Point Name, corresponding to "apn" field returned by
|
/frameworks/hardware/interfaces/cameraservice/device/2.0/ |
D | types.hal | 201 * returned from the createStream() method, which took in the 283 * The status information returned for a successful capture request submission.
|
D | ICameraDeviceUser.hal | 79 * batch, the frame number returned will be -1.)
|
/frameworks/ml/nn/extensions/ |
D | README.md | 153 For each supported extension, the returned list must contain an entry
|
/frameworks/base/proto/src/ |
D | ipconnectivity.proto | 209 // 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/ |
D | DevicePolicyManagerTest.java | 1334 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/ |
D | backup_chunks_metadata.proto | 76 // The document ID returned from Scotty server after uploading the blob associated with this
|
/frameworks/base/packages/SystemUI/docs/ |
D | physics-animation-layout.md | 57 … in the second child also springing towards (100, 200), plus any offset returned by ```getOffsetFo…
|