Lines Matching defs:status
78 status_t status = remote()->transact(INIT_CHECK, data, &reply); in initCheck() local
94 status_t status = remote()->transact(IS_CRYPTO_SUPPORTED, data, &reply); in isCryptoSchemeSupported() local
110 status_t status = remote()->transact(CREATE_PLUGIN, data, &reply); in createPlugin() local
122 status_t status = remote()->transact(DESTROY_PLUGIN, data, &reply); in destroyPlugin() local
136 status_t status = remote()->transact(OPEN_SESSION, data, &reply); in openSession() local
150 status_t status = remote()->transact(CLOSE_SESSION, data, &reply); in closeSession() local
179 status_t status = remote()->transact(GET_KEY_REQUEST, data, &reply); in getKeyRequest() local
199 status_t status = remote()->transact(PROVIDE_KEY_RESPONSE, data, &reply); in provideKeyResponse() local
214 status_t status = remote()->transact(REMOVE_KEYS, data, &reply); in removeKeys() local
229 status_t status = remote()->transact(RESTORE_KEYS, data, &reply); in restoreKeys() local
243 status_t status = remote()->transact(QUERY_KEY_STATUS, data, &reply); in queryKeyStatus() local
267 status_t status = remote()->transact(GET_PROVISION_REQUEST, data, &reply); in getProvisionRequest() local
285 status_t status = remote()->transact(PROVIDE_PROVISION_RESPONSE, data, &reply); in provideProvisionResponse() local
300 status_t status = remote()->transact(GET_SECURE_STOPS, data, &reply); in getSecureStops() local
319 status_t status = remote()->transact(GET_SECURE_STOP_IDS, data, &reply); in getSecureStopIds() local
339 status_t status = remote()->transact(GET_SECURE_STOP, data, &reply); in getSecureStop() local
353 status_t status = remote()->transact(RELEASE_SECURE_STOPS, data, &reply); in releaseSecureStops() local
366 status_t status = remote()->transact(REMOVE_SECURE_STOP, data, &reply); in removeSecureStop() local
378 status_t status = remote()->transact(REMOVE_ALL_SECURE_STOPS, data, &reply); in removeAllSecureStops() local
390 status_t status = remote()->transact(GET_OFFLINE_LICENSE_KEYSET_IDS, data, &reply); in getOfflineLicenseKeySetIds() local
410 status_t status = remote()->transact(REMOVE_OFFLINE_LICENSE, data, &reply); in removeOfflineLicense() local
423 status_t status = remote()->transact(GET_OFFLINE_LICENSE_STATE, data, &reply); in getOfflineLicenseState() local
437 status_t status = remote()->transact(GET_PROPERTY_STRING, data, &reply); in getPropertyString() local
456 status_t status = remote()->transact(GET_HDCP_LEVELS, data, &reply); in getHdcpLevels() local
475 status_t status = remote()->transact(GET_NUMBER_OF_SESSIONS, data, &reply); in getNumberOfSessions() local
496 status_t status = remote()->transact(GET_SECURITY_LEVEL, data, &reply); in getSecurityLevel() local
510 status_t status = remote()->transact(GET_PROPERTY_BYTE_ARRAY, data, &reply); in getPropertyByteArray() local
525 status_t status = remote()->transact(SET_PROPERTY_STRING, data, &reply); in setPropertyString() local
540 status_t status = remote()->transact(SET_PROPERTY_BYTE_ARRAY, data, &reply); in setPropertyByteArray() local
555 status_t status = remote()->transact(GET_METRICS, data, &reply); in getMetrics() local
585 status_t status = remote()->transact(SET_CIPHER_ALGORITHM, data, &reply); in setCipherAlgorithm() local
599 status_t status = remote()->transact(SET_MAC_ALGORITHM, data, &reply); in setMacAlgorithm() local
619 status_t status = remote()->transact(ENCRYPT, data, &reply); in encrypt() local
641 status_t status = remote()->transact(DECRYPT, data, &reply); in decrypt() local
661 status_t status = remote()->transact(SIGN, data, &reply); in sign() local
683 status_t status = remote()->transact(VERIFY, data, &reply); in verify() local
704 status_t status = remote()->transact(SIGN_RSA, data, &reply); in signRSA() local
717 status_t status = remote()->transact(SET_LISTENER, data, &reply); in setListener() local