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