HomeSort by relevance Sort by last modified time
    Searched refs:token (Results 151 - 175 of 4235) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/media/java/android/media/tv/
ITvRemoteProvider.aidl 26 void onInputBridgeConnected(IBinder token);
  /frameworks/base/services/core/java/com/android/server/wm/
AnimatingAppWindowTokenRegistry.java 45 void notifyStarting(AppWindowToken token) {
46 mAnimatingTokens.add(token);
52 void notifyFinished(AppWindowToken token) {
53 mAnimatingTokens.remove(token);
54 mFinishedTokens.remove(token);
56 // If we were the last token, make sure the end all deferred finishes.
68 boolean notifyAboutToFinish(AppWindowToken token, Runnable endDeferFinishCallback) {
69 final boolean removed = mAnimatingTokens.remove(token);
82 mFinishedTokens.put(token, endDeferFinishCallback);
  /frameworks/support/transition/src/main/java/androidx/transition/
WindowIdApi14.java 25 WindowIdApi14(IBinder token) {
26 mToken = token;
  /hardware/interfaces/radio/1.2/default/
Sap.h 42 Return<void> connectReq(int32_t token, int32_t maxMsgSize) override;
43 Return<void> disconnectReq(int32_t token) override;
44 Return<void> apduReq(int32_t token, ::android::hardware::radio::V1_0::SapApduType type,
46 Return<void> transferAtrReq(int32_t token) override;
47 Return<void> powerReq(int32_t token, bool state) override;
48 Return<void> resetSimReq(int32_t token) override;
49 Return<void> transferCardReaderStatusReq(int32_t token) override;
51 int32_t token,
  /packages/services/Car/car-lib/src/android/car/trust/
ICarTrustAgentTokenRequestDelegate.aidl 20 * Delegate interface for escrow token exchange request.
33 /** Called to add escrow token for foreground user */
34 void addEscrowToken(in byte[] token, int uid);
36 /** Called to remove escrow token for foreground user */
39 /** Called to query if the foreground user has active escrow token */
ICarTrustAgentTokenResponseCallback.aidl 20 * Callback interface for escrow token exchange response.
28 /** Called after escrow token is added for foreground user */
29 void onEscrowTokenAdded(out byte[] token, long handle, int uid);
31 /** Called after escrow token is removed for foreground user */
34 /** Called after escrow token active state is changed for foreground user */
  /system/libhidl/libhidlmemory/include/hidlmemory/
HidlMemoryToken.h 19 #include <android/hidl/memory/token/1.0/IMemoryToken.h>
24 class HidlMemoryToken : public virtual ::android::hidl::memory::token::V1_0::IMemoryToken {
  /external/wpa_supplicant_8/src/utils/
json.c 184 static int json_check_tree_state(struct json_token *token)
186 if (!token)
188 if (json_check_tree_state(token->child) < 0 ||
189 json_check_tree_state(token->sibling) < 0)
191 if (token->state != JSON_COMPLETED) {
193 "JSON: Unexpected token state %d (name=%s type=%d)",
194 token->state, token->name ? token->name : "N/A",
195 token->type)
215 struct json_token *root = NULL, *curr_token = NULL, *token = NULL; local
484 struct json_token *token, *ret = NULL; local
500 struct json_token *token; local
    [all...]
  /frameworks/base/core/java/android/util/
JsonReader.java 33 * Within JSON objects, name/value pairs are represented by a single token.
193 * long as the longest token that can be reported as a number.
211 * The type of the next token to be returned by {@link #peek} and {@link
214 private JsonToken token; field in class:JsonReader
273 * Consumes the next token from the JSON stream and asserts that it is the
281 * Consumes the next token from the JSON stream and asserts that it is the
289 * Consumes the next token from the JSON stream and asserts that it is the
297 * Consumes the next token from the JSON stream and asserts that it is the
309 if (token != expected) {
320 return token != JsonToken.END_OBJECT && token != JsonToken.END_ARRAY
352 JsonToken token = nextValue(); local
554 JsonToken token = advance(); local
    [all...]
  /development/vndk/tools/sourcedr/sourcedr/static/prism/css/
prism.css 103 .token.comment,
104 .token.block-comment,
105 .token.prolog,
106 .token.doctype,
107 .token.cdata {
111 .token.punctuation {
115 .token.property,
116 .token.tag,
117 .token.boolean,
118 .token.number
    [all...]
  /frameworks/native/opengl/libagl/
TokenManager.cpp 27 // token 0 is always reserved
47 const GLuint token = *tokens++; local
48 if (token) {
49 mTokenizer.release(token);
54 bool TokenManager::isTokenValid(GLuint token) const
57 return mTokenizer.isAcquired(token);
Tokenizer.h 37 status_t reserve(uint32_t token);
38 status_t release(uint32_t token);
39 bool isAcquired(uint32_t token) const;
50 ssize_t _indexOrderOf(uint32_t token, size_t* order=0) const;
51 ssize_t _insertTokenAt(uint32_t token, size_t index);
  /external/libtextclassifier/
token-feature-extractor.cc 17 #include "token-feature-extractor.h"
31 std::string RemapTokenAscii(const std::string& token,
34 return token;
37 std::string copy = token;
38 for (int i = 0; i < token.size(); ++i) {
49 void RemapTokenUnicode(const std::string& token,
57 UnicodeText word = UTF8ToUnicodeText(token, /*do_copy=*/false);
82 bool TokenFeatureExtractor::Extract(const Token& token, bool is_in_span,
89 *sparse_features = ExtractCharactergramFeatures(token);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
AsyncQueryService.java 69 public int token; field in class:AsyncQueryService.Operation
103 builder.append(", token=");
104 builder.append(token);
117 * returns a practically unique token for db operations
138 * @param token The token representing the operation to be canceled. If
139 * multiple operations have the same token they will all be
142 public final int cancelOperation(int token) {
143 return AsyncQueryServiceHelper.cancelOperation(token);
150 * @param token A token passed into {@link #onQueryComplete} to identify th
401 int token = msg.what; local
    [all...]
  /external/ImageMagick/MagickWand/tests/
script-token-test.sh 5 # script-token-test.sh | diff - script-token-test-results.txt
7 ./script-token-test script-token-test-data.txt
10 echo -n "\"Next token bad quotes\" \"unfinished quotes ->" |\
11 ./script-token-test
15 ./script-token-test
18 ( echo '"Very BIG Token Tests"'
27 ) | ./script-token-test
  /external/smali/smalidea/src/main/java/org/jf/smalidea/
SmaliLexer.java 45 private CommonToken token = null; field in class:SmaliLexer
59 this.token = null;
69 return token.getText();
81 return mapTokenTypeToElementType(token.getType());
100 return token.getStartIndex();
106 return token.getStopIndex()+1;
111 token = null;
125 if (token == null) {
126 token = (CommonToken)lexer.nextToken();
129 assert token != null
    [all...]
  /frameworks/base/core/jni/
android_util_XmlBlock.cpp 63 jlong token)
65 ResXMLTree* osb = reinterpret_cast<ResXMLTree*>(token);
75 jlong token)
77 ResXMLTree* osb = reinterpret_cast<ResXMLTree*>(token);
95 jlong token)
97 ResXMLParser* st = reinterpret_cast<ResXMLParser*>(token);
129 jlong token)
131 ResXMLParser* st = reinterpret_cast<ResXMLParser*>(token);
140 jlong token)
142 ResXMLParser* st = reinterpret_cast<ResXMLParser*>(token);
    [all...]
  /frameworks/base/telephony/java/android/telephony/mbms/
InternalStreamingServiceCallback.java 45 long token = Binder.clearCallingIdentity();
49 Binder.restoreCallingIdentity(token);
64 long token = Binder.clearCallingIdentity();
68 Binder.restoreCallingIdentity(token);
83 long token = Binder.clearCallingIdentity();
87 Binder.restoreCallingIdentity(token);
102 long token = Binder.clearCallingIdentity();
106 Binder.restoreCallingIdentity(token);
121 long token = Binder.clearCallingIdentity();
125 Binder.restoreCallingIdentity(token);
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
InCallAdapter.java 53 long token = Binder.clearCallingIdentity(); local
65 Binder.restoreCallingIdentity(token);
76 long token = Binder.clearCallingIdentity(); local
88 Binder.restoreCallingIdentity(token);
105 long token = Binder.clearCallingIdentity(); local
117 Binder.restoreCallingIdentity(token);
128 long token = Binder.clearCallingIdentity(); local
140 Binder.restoreCallingIdentity(token);
151 long token = Binder.clearCallingIdentity(); local
163 Binder.restoreCallingIdentity(token);
174 long token = Binder.clearCallingIdentity(); local
197 long token = Binder.clearCallingIdentity(); local
220 long token = Binder.clearCallingIdentity(); local
242 long token = Binder.clearCallingIdentity(); local
265 long token = Binder.clearCallingIdentity(); local
287 long token = Binder.clearCallingIdentity(); local
304 long token = Binder.clearCallingIdentity(); local
321 long token = Binder.clearCallingIdentity(); local
344 long token = Binder.clearCallingIdentity(); local
366 long token = Binder.clearCallingIdentity(); local
388 long token = Binder.clearCallingIdentity(); local
410 long token = Binder.clearCallingIdentity(); local
432 long token = Binder.clearCallingIdentity(); local
454 long token = Binder.clearCallingIdentity(); local
476 long token = Binder.clearCallingIdentity(); local
498 long token = Binder.clearCallingIdentity(); local
515 long token = Binder.clearCallingIdentity(); local
532 long token = Binder.clearCallingIdentity(); local
554 long token = Binder.clearCallingIdentity(); local
576 long token = Binder.clearCallingIdentity(); local
598 long token = Binder.clearCallingIdentity(); local
616 long token = Binder.clearCallingIdentity(); local
    [all...]
  /system/security/keystore/include/keystore/
keystore_hidl_support.h 85 inline static hidl_vec<uint8_t> authToken2HidlVec(const Km3HardwareAuthToken& token) {
86 static_assert(std::is_same<decltype(token.hmac),
88 "This function assumes token HMAC is 32 bytes, but it might not be.");
89 static_assert(1 /* version size */ + sizeof(token.challenge) + sizeof(token.userId) +
90 sizeof(token.authenticatorId) + sizeof(token.authenticatorType) +
91 sizeof(token.timestamp) + kHmacSize ==
99 pos = copy_bytes_to_iterator(token.challenge, pos);
100 pos = copy_bytes_to_iterator(token.userId, pos)
117 Km3HardwareAuthToken token; local
    [all...]
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/
ConcreteSyntaxModel.java 76 return list(ObservableProperty.TYPE_PARAMETERS, CsmElement.sequence(CsmElement.comma(), CsmElement.space()), CsmElement.token(GeneratedJavaParserConstants.LT),
77 CsmElement.sequence(CsmElement.token(GeneratedJavaParserConstants.GT), CsmElement.space()));
81 return list(ObservableProperty.TYPE_ARGUMENTS, CsmElement.sequence(CsmElement.comma(), CsmElement.space()), CsmElement.token(GeneratedJavaParserConstants.LT),
82 CsmElement.sequence(CsmElement.token(GeneratedJavaParserConstants.GT)));
95 CsmElement.token(GeneratedJavaParserConstants.AT),
96 CsmElement.token(GeneratedJavaParserConstants.INTERFACE),
100 CsmElement.token(LBRACE),
105 CsmElement.token(RBRACE)
115 CsmElement.token(LPAREN),
116 CsmElement.token(RPAREN)
    [all...]
  /external/jsoncpp/src/lib_json/
json_reader.cpp 131 Token token; local
132 skipCommentTokens(token);
137 // Set error location to start of doc, ideally should be first token found
139 token.type_ = tokenError;
140 token.start_ = beginDoc;
141 token.end_ = endDoc;
144 token);
152 Token token; local
    [all...]
  /frameworks/base/core/java/android/app/
ClientTransactionHandler.java 82 public abstract void handleDestroyActivity(IBinder token, boolean finishing, int configChanges,
86 public abstract void handlePauseActivity(IBinder token, boolean finished, boolean userLeaving,
91 * @param token Target activity token.
97 public abstract void handleResumeActivity(IBinder token, boolean finalStateRequest,
102 * @param token Target activity token.
111 public abstract void handleStopActivity(IBinder token, boolean show, int configChanges,
118 public abstract void performRestartActivity(IBinder token, boolean start);
125 public abstract void handleSendResult(IBinder token, List<ResultInfo> results, String reason)
    [all...]
  /frameworks/base/telephony/java/android/telephony/ims/stub/
ImsSmsImplBase.java 143 * @param token unique token generated by the platform that should be used when triggering
152 public void sendSms(int token, int messageRef, String format, String smsc, boolean isRetry,
156 onSendSmsResult(token, messageRef, SEND_STATUS_ERROR,
168 * @param token token provided in {@link #onSmsReceived(int, String, byte[])}
176 public void acknowledgeSms(int token, @DeliverStatusResult int messageRef, int result) {
185 * @param token token provided in {@link #sendSms(int, int, String, String, boolean, byte[])}
191 public void acknowledgeSmsReport(int token, int messageRef, @StatusReportResult int result)
    [all...]
  /hardware/interfaces/keymaster/4.0/vts/functional/
VerificationTokenTest.cpp 30 VerificationToken token; member in struct:android::hardware::keymaster::V4_0::test::VerificationTokenTest::VerifyAuthorizationResult
40 [&](auto error, auto token) {
42 result.token = token;
91 EXPECT_EQ(1U, result1.token.challenge);
92 EXPECT_EQ(SecLevel(), result1.token.securityLevel);
93 EXPECT_EQ(0U, result1.token.parametersVerified.size())
95 EXPECT_GT(result1.token.timestamp, 0U);
105 EXPECT_EQ(2U, result2.token.challenge);
106 EXPECT_EQ(SecLevel(), result2.token.securityLevel)
    [all...]

Completed in 1218 milliseconds

1 2 3 4 5 67 8 91011>>