Home
last modified time | relevance | path

Searched +defs:r +defs:token (Results 1 – 13 of 13) sorted by relevance

/packages/services/Car/service/src/com/android/car/bluetooth/
DBluetoothProfileInhibitManager.java186 InhibitRecord(BluetoothConnection params, IBinder token) { in InhibitRecord()
330 boolean requestProfileInhibit(BluetoothDevice device, int profile, IBinder token) { in requestProfileInhibit()
350 boolean releaseProfileInhibit(BluetoothDevice device, int profile, IBinder token) { in releaseProfileInhibit()
379 boolean isProfileInhibited(BluetoothDevice device, int profile, IBinder token) { in isProfileInhibited()
478 private InhibitRecord findInhibitRecord(BluetoothConnection params, IBinder token) { in findInhibitRecord()
483 InhibitRecord r = it.next(); in findInhibitRecord() local
/packages/services/Car/cpp/evs/v4l2_hal/aidl/src/
DConfigManagerUtil.cpp130 std::string token; in convertFloatArray() local
145 const auto r = e - s + 1; in trimString() local
/packages/services/Car/cpp/evs/v4l2_hal/hidl/
DConfigManagerUtil.cpp126 std::string token; in convertFloatArray() local
141 const auto r = e - s + 1; in trimString() local
/packages/modules/NeuralNetworks/runtime/
DNeuralNetworks.cpp873 ExecutionBuilder* r = reinterpret_cast<ExecutionBuilder*>(execution); in ANeuralNetworksExecution_compute() local
883 ExecutionBuilder* r = reinterpret_cast<ExecutionBuilder*>(execution); in ANeuralNetworksExecution_setMeasureTiming() local
905 const ExecutionBuilder* r = reinterpret_cast<const ExecutionBuilder*>(execution); in ANeuralNetworksExecution_getDuration() local
939 ExecutionBuilder* r = reinterpret_cast<ExecutionBuilder*>(execution); in ANeuralNetworksExecution_burstCompute() local
1273 const char* cacheDir, const uint8_t* token) { in ANeuralNetworksCompilation_setCaching()
1326 ExecutionBuilder* r = nullptr; in ANeuralNetworksExecution_create() local
1335 ExecutionBuilder* r = reinterpret_cast<ExecutionBuilder*>(execution); in ANeuralNetworksExecution_free() local
1351 ExecutionBuilder* r = reinterpret_cast<ExecutionBuilder*>(execution); in ANeuralNetworksExecution_getOutputOperandRank() local
1362 ExecutionBuilder* r = reinterpret_cast<ExecutionBuilder*>(execution); in ANeuralNetworksExecution_getOutputOperandDimensions() local
1374 ExecutionBuilder* r = reinterpret_cast<ExecutionBuilder*>(execution); in ANeuralNetworksExecution_setInput() local
[all …]
DManager.cpp432 const CacheInfo& cacheInfo, const CacheToken& token, in getCacheHandles()
518 const CacheToken token = maybeToken.value_or(kNullToken); in prepareModel() local
682 auto r = fence.syncWait({/* no timeout */}); in executeFenced() local
826 auto r = fence.syncWait({/* no timeout */}); in computeFenced() local
1104 auto r = syncWait(syncFd, -1); in executeFenced() local
1250 auto r = syncWait(syncFd, -1); in computeFenced() local
DExecutionPlan.cpp66 static bool updateTokenFromMetaData(TokenHasher* token, in updateTokenFromMetaData()
84 if (int r = strcmp(std::get<0>(a), std::get<0>(b))) { in updateTokenFromMetaData() local
107 TokenHasher* token, const std::vector<TokenValuePair>& metaData, in compile()
1701 auto r = syncWait(mLastStepSyncFd, -1); in waitForLastStepSyncFence() local
/packages/modules/Bluetooth/service/src/com/android/server/bluetooth/
DBluetoothManagerService.java363 private void delayModeChangedIfNeeded(Object token, Runnable r, String modechanged) { in delayModeChangedIfNeeded()
379 () -> delayModeChangedIfNeeded(token, r, modechanged), token, delayMs); in delayModeChangedIfNeeded() local
763 IBinder token = entry.getKey(); in binderDied() local
810 private int updateBleAppCount(IBinder token, boolean enable, String packageName) { in updateBleAppCount()
812 ClientDeathRecipient r = mBleApps.get(token); in updateBleAppCount() local
833 boolean enableBleFromBinder(String packageName, IBinder token) { in enableBleFromBinder()
838 boolean enableBle(String packageName, IBinder token) { in enableBle()
876 boolean disableBleFromBinder(String packageName, IBinder token) { in disableBleFromBinder()
881 boolean disableBle(String packageName, IBinder token) { in disableBle()
/packages/modules/NeuralNetworks/shim_and_sl/
DShimPreparedModel.cpp68 int token = requestPool.get<RequestMemoryPool::token>(); in parseInputs() local
269 ANeuralNetworksEvent* r = nullptr; in executeFencedInternal() local
492 [](int64_t token) { return token >= -1; })) { in executeSynchronously()
516 [](int64_t token) { return token >= -1; })) { in executeSynchronouslyWithConfig()
/packages/modules/NeuralNetworks/driver/sample_hidl/
DSampleDriverFloatXNNPACK.cpp96 auto& r = requestPoolInfos[poolIndex]; in updateForArguments() local
135 auto& r = modelPoolInfos[poolIndex]; in initializeRunTimeInfo() local
1930 const hardware::hidl_vec<hardware::hidl_handle>& dataCache, const HalCacheToken& token, in prepareModel_1_3()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DCallLogProvider.java592 private void enforceStrictPhoneNumber(String token) { in enforceStrictPhoneNumber()
1217 "r", null); in syncCallComposerPics()
DContactsDatabaseHelper.java5929 private void runSqlValidation(String callerPackage, Runnable r) { in runSqlValidation()
5975 final long token = Binder.clearCallingIdentity(); in getSimpleFieldMaxSize() local
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyProvider.java751 Resources r = context.getResources(); in getVersion() local
956 Resources r = mContext.getResources(); in initDatabase() local
3370 Resources r = context.getResources(); in restoreApnsWithService() local
3875 Resources r = getContext().getResources(); in findAndRestoreAllMatches() local
5615 final long token = Binder.clearCallingIdentity(); in checkPermissionForApnTable() local
/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java1608 CustomIntentReceiver(String action, int token, int what) { in CustomIntentReceiver()
2121 final int token = ++mProbeToken; in enter() local
3658 private int networkEventType(ValidationStage s, EvaluationResult r) { in networkEventType()