Home | History | Annotate | Download | only in android

Lines Matching defs:nonce

44     virtual void onObbResult(const android::String16& filename, const int32_t nonce,
51 : nonce(_nonce)
56 int32_t nonce;
105 void fireCallback(const char* filename, const int32_t nonce, const int32_t state) {
112 if (cb->nonce == nonce) {
132 mMountService->mountObb(filename16, key16, mObbActionListener, cb->nonce);
138 mMountService->unmountObb(filename16, force, mObbActionListener, cb->nonce);
157 void ObbActionListener::onObbResult(const android::String16& filename, const int32_t nonce, const int32_t state) {
158 mStorageManager->fireCallback(String8(filename).string(), nonce, state);