Searched refs:getState (Results 1 - 21 of 21) sorted by relevance

/system/bt/service/doc/
H A DIBluetooth.txt24 * is equivalent to "getState() == ADAPTER_STATE_ON".
37 int getState();
/system/weaved/brillo/android/weave/
H A DIWeaveCommand.aidl23 String getState();
H A DIWeaveServiceManager.aidl38 String getState();
/system/security/keystore/
H A Duser_state.h43 State getState() const { return mState; } function in class:UserState
H A Dkeystore.h48 State getState(uid_t userId) { return getUserState(userId)->getState(); } function in class:KeyStore
H A Dkey_store_service.h38 int32_t getState(int32_t userId);
H A Dkeystore_cli.cpp234 SINGLE_INT_ARG_INT_RETURN(getState);
H A Duser_state.cpp95 if (src->getState() != STATE_NO_ERROR) {
H A Dkey_store_service.cpp58 int32_t KeyStoreService::getState(int32_t userId) { function in class:android::KeyStoreService
63 return mKeyStore->getState(userId);
172 switch (mKeyStore->getState(userId)) {
228 State state = mKeyStore->getState(userId);
243 State state = mKeyStore->getState(userId);
496 State state = mKeyStore->getState(get_user_id(callingUid));
1253 State state = mKeyStore->getState(get_user_id(getEffectiveUid(targetUid)));
H A Dkeystore.cpp215 keyBlob->readBlob(filename, userState->getDecryptionKey(), userState->getState());
229 userState->getState())) != NO_ERROR) {
269 return keyBlob->writeBlob(filename, userState->getEncryptionKey(), userState->getState(),
H A DIKeystoreService.cpp464 virtual int32_t getState(int32_t userId) function in class:android::BpKeystoreService
471 ALOGD("getState() could not contact remote: %d\n", status);
477 ALOGD("getState() caught exception %d\n", err);
1368 int32_t ret = getState(userId);
/system/weaved/buffet/
H A Dbinder_command_proxy.h38 android::binder::Status getState(android::String16* state) override;
H A Dbinder_command_proxy.cc66 android::binder::Status BinderCommandProxy::getState(android::String16* state) { function in class:buffet::BinderCommandProxy
H A Dbinder_command_proxy_unittest.cc89 EXPECT_TRUE(GetCommandProxy()->getState(&state_string).isOk());
H A Dmanager.h88 android::binder::Status getState(android::String16* state) override;
H A Dmanager.cc439 android::binder::Status Manager::getState(android::String16* state) { function in class:buffet::Manager
/system/vold/
H A DVolumeBase.h83 State getState() { return mState; } function in class:android::vold::VolumeBase
H A DTrimTask.cpp58 if (vol != nullptr && vol->getState() == VolumeBase::State::kMounted) {
H A DVolumeManager.cpp392 if (vol != nullptr && vol->getState() == android::vold::VolumeBase::State::kMounted) {
/system/weaved/libweaved/
H A Dcommand.cc87 if (binder_proxy_->getState(&state16).isOk())
112 if (binder_proxy_->getState(&origin16).isOk())
/system/security/keystore/include/keystore/
H A DIKeystoreService.h154 virtual int32_t getState(int32_t userId) = 0;

Completed in 259 milliseconds