Home
last modified time | relevance | path

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

/system/tools/aidl/tests/
Daidl_test_client_parcelables.cpp47 SimpleParcelable out_param, returned; in ConfirmSimpleParcelables() local
48 Status status = s->RepeatSimpleParcelable(input, &out_param, &returned); in ConfirmSimpleParcelables()
53 if (input != out_param || input != returned) { in ConfirmSimpleParcelables()
82 PersistableBundle empty_bundle, returned; in ConfirmPersistableBundles() local
83 Status status = s->RepeatPersistableBundle(empty_bundle, &returned); in ConfirmPersistableBundles()
88 if (empty_bundle != returned) { in ConfirmPersistableBundles()
112 status = s->RepeatPersistableBundle(non_empty_bundle, &returned); in ConfirmPersistableBundles()
117 if (non_empty_bundle != returned) { in ConfirmPersistableBundles()
/system/tools/aidl/tests/java_app/src/android/aidl/tests/
DTestServiceClient.java407 SimpleParcelable returned = in checkSimpleParcelables() local
413 if (!input.equals(returned)) { in checkSimpleParcelables()
414 mLog.log(input.toString() + " != " + returned.toString()); in checkSimpleParcelables()
457 PersistableBundle returned = service.RepeatPersistableBundle(emptyBundle); in checkPersistableBundles() local
458 if (emptyBundle.size() != 0 || returned.size() != 0) { in checkPersistableBundles()
459 mLog.log(emptyBundle.toString() + " != " + returned.toString()); in checkPersistableBundles()
493 PersistableBundle returned = service.RepeatPersistableBundle(nonEmptyBundle); in checkPersistableBundles() local
494 if (returned.size() != nonEmptyBundle.size() in checkPersistableBundles()
495 || returned.getBoolean(testBoolKey) != nonEmptyBundle.getBoolean(testBoolKey) in checkPersistableBundles()
496 || returned.getInt(testIntKey) != nonEmptyBundle.getInt(testIntKey) in checkPersistableBundles()
[all …]
/system/extras/memory_replay/dumps/
DREADME27 Allocation made by malloc(<size>). <ptr> is the value returned by malloc.
34 Allocation made by calloc(<nmemb>, <size>. <ptr> is the value returned
43 to indicate a realloc with a nullptr. <new_ptr> is the value returned
52 returned by memalign.
/system/core/liblog/
DREADME159 The value returned by android_logger_open can be used as a parameter to
163 The value returned by android_logger_open can be used as a parameter to
178 If messages fail, a negative error code will be returned to the caller.
201 Other return codes from writing operation can be returned. Since the
202 library retries on EINTR, -EINTR should never be returned.
/system/libhidl/transport/base/1.0/
Dtypes.hal20 * The returned object for getDebugInfo.
DIBase.hal64 * object (the first element of the vector returned by
84 * @param cookie a cookie that must be returned with the callback
/system/libhidl/transport/token/1.0/
DITokenManager.hal31 * @param store Interface which can later be fetched with the returned token.
/system/core/adb/
DSYNC.TXT39 The directory entries will be returned in the following form
74 the file that will be returned. Just as for the SEND sync request the file
DSERVICES.TXT228 The format of the returned data is the following:
Dprotocol.txt279 "OKAY" response is sent, otherwise a "FAIL" message is returned. Once
/system/tpm/trunks/generator/
Draw_commands_fixed.txt1135 code returned if the indicated check fails. Unless stated otherwise, the order of the checks is not
1296 In the reference implementation, this TPM_RC_VALUE is returned by the unmarshaling code for
1586 returned and no command processing occurs. A table defining a data type may have response codes
1587 embedded in the table to indicate the error returned when the input value does not match the parame…
1793 This response code may be returned by a TPM that supports command cancel.
1796 is returned, then the TPM state is not changed and the same command may be
1801 This response code can be returned for commands that manage session
1850 This response code can be returned by any command that causes the TPM to
1851 need an object 'slot'. The most common case where this might be returned is
1858 this response is returned is for the TPM resource manager to flush a transient
[all …]
Draw_structures.txt1402 response code returned when the unmarshaling of this type fails
1629 response code returned when the input value is not one of the
2036 Parameter limits expressed using braces apply only to inputs to the TPM. Any value returned by the
2394 returned and no command processing occurs. A table defining a data type may have response codes
2395 embedded in the table to indicate the error returned when the input value does not match the parame…
2400 "#TPM_RC_COMMAND_CODE" indicating the response code that is returned if the TPM is unmarshaling
4468 SET (1): The error number is defined in this specification and is returned when the response tag
4471 returned when the response tag is TPM_TAG_RSP_COMMAND.
4476 In any error number returned by a TPM, the F (bit 7) and V (bit 8) attributes shall be CLEAR
4832 returned
[all …]
Draw_structures_fixed.txt1402 response code returned when the unmarshaling of this type fails
1629 response code returned when the input value is not one of the
2036 Parameter limits expressed using braces apply only to inputs to the TPM. Any value returned by the
2394 returned and no command processing occurs. A table defining a data type may have response codes
2395 embedded in the table to indicate the error returned when the input value does not match the parame…
2400 "#TPM_RC_COMMAND_CODE" indicating the response code that is returned if the TPM is unmarshaling
4462 SET (1): The error number is defined in this specification and is returned when the response tag
4465 returned when the response tag is TPM_TAG_RSP_COMMAND.
4470 In any error number returned by a TPM, the F (bit 7) and V (bit 8) attributes shall be CLEAR
4826 returned
[all …]
/system/hardware/interfaces/wifi/keystore/1.0/
DIKeystore.hal20 * This is the root of the HAL module and is the interface returned when
/system/bt/service/doc/
DIBluetoothGattServerCallback.txt51 * then GATT_ERROR_ATTRIBUTE_NOT_LONG should be returned.
69 * then GATT_ERROR_ATTRIBUTE_NOT_LONG should be returned.
DIBluetoothGattServer.txt26 * be returned in a callback to the application that can be used to perform
DIBluetoothLowEnergy.txt23 * instance. A special client interface ID will be returned in a callback to
DIBluetoothGattClient.txt56 * results will be returned from the attribute cache. Returns false in case of
/system/bt/osi/src/protos/
Dbluetooth.proto218 // Number of results returned.
/system/core/libmemunreachable/
DREADME.md8 In the default (zero-overhead) mode, the returned data on leaks is limited to the address, approxim…
/system/bt/doc/
Dstyle_guide.md177 routines and objects returned from those functions must be freed with the
178 corresponding `*_free` function. For example, list objects returned from
/system/core/fastboot/
DREADME.md113 The variable contents will be returned after the
278 The host sends an init packet once the query response is returned. The
/system/core/libutils/
DREADME96 constraint set is returned (ResourceTypes.{h,cpp}).
/system/extras/perfprofd/tests/
Dperfprofd_test.cc479 I: profile collection failed (perf record returned bad exit status) in TEST_F()
/system/sepolicy/private/
Dapp.te232 # File write access allowed for FDs returned through Storage Access Framework