Home
last modified time | relevance | path

Searched defs:entity (Results 1 – 25 of 70) sorted by relevance

123

/aosp12/hardware/google/graphics/common/libv4l2/
H A Dexynos_mc.c51 static inline unsigned int __media_entity_type(struct media_entity *entity) in __media_entity_type()
78 static struct media_link *__media_entity_add_link(struct media_entity *entity) in __media_entity_add_link()
89 static int __media_get_devname_sysfs(struct media_entity *entity) in __media_get_devname_sysfs()
222 struct media_entity *entity = &media->entities[i]; in exynos_media_close() local
264 struct media_entity *entity; in exynos_media_get_entity_by_name() local
291 struct media_entity *entity = &media->entities[i]; in exynos_media_get_entity_by_id() local
357 struct media_entity *entity) in __media_get_devname_udev()
394 struct media_entity *entity) in __media_get_devname_udev()
/aosp12/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/
H A DAsyncEntityLoader.java94 T entity = null; in loadInBackground() local
138 public void deliverResult(@Nullable T entity) { in deliverResult()
/aosp12/packages/apps/Contacts/src/com/android/contacts/editor/
H A DViewIdGenerator.java71 public int getId(RawContactDelta entity, DataKind kind, ValuesDelta values, in getId()
84 private static String getMapKey(RawContactDelta entity, DataKind kind, ValuesDelta values, in getMapKey()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DBackgroundLaunchProcessController.java207 void addOrUpdateAllowBackgroundActivityStartsToken(Binder entity, in addOrUpdateAllowBackgroundActivityStartsToken()
221 void removeAllowBackgroundActivityStartsToken(Binder entity) { in removeAllowBackgroundActivityStartsToken()
/aosp12/hardware/interfaces/power/stats/aidl/vts/
H A DVtsHalPowerStatsTargetTest.cpp145 for (auto entity : entities) { in TEST_P() local
155 for (auto entity : entities) { in TEST_P() local
167 for (auto entity : entities) { in TEST_P() local
177 for (auto entity : entities) { in TEST_P() local
207 for (auto entity : entities) { in TEST_P() local
226 for (auto const& entity : selectedEntities) { in TEST_P() local
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DBackgroundLaunchProcessController.java262 void addOrUpdateAllowBackgroundStartPrivileges(@NonNull Binder entity, in addOrUpdateAllowBackgroundStartPrivileges()
280 void removeAllowBackgroundStartPrivileges(@NonNull Binder entity) { in removeAllowBackgroundStartPrivileges()
/aosp12/frameworks/base/core/java/android/view/textclassifier/
H A DEntityConfidence.java84 public float getConfidenceScore(String entity) { in getConfidenceScore()
H A DTextClassification.java189 public float getConfidenceScore(@EntityType String entity) { in getConfidenceScore()
/aosp14/frameworks/base/core/java/android/view/textclassifier/
H A DEntityConfidence.java84 public float getConfidenceScore(String entity) { in getConfidenceScore()
H A DTextClassification.java190 public float getConfidenceScore(@EntityType String entity) { in getConfidenceScore()
/aosp12/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DExportTestProvider.java47 Entity entity = new Entity(new ContentValues()); in MockEntityIterator() local
/aosp12/hardware/qcom/gps/msm8909w_3100/location/
H A DLocationAPIClientBase.cpp416 SessionEntity entity; in locAPIStartSession() local
439 SessionEntity entity = mSessionBiDict.getExtById(id); in locAPIStopSession() local
475 SessionEntity entity = mSessionBiDict.getExtById(id); in locAPIUpdateSessionOptions() local
566 SessionEntity entity = mSessionBiDict.getExtById(id); in locAPIGetBatchedLocations() local
/aosp12/hardware/qcom/sm7150/gps/location/
H A DLocationAPIClientBase.cpp455 SessionEntity entity; in locAPIStartSession() local
478 SessionEntity entity = mSessionBiDict.getExtById(id); in locAPIStopSession() local
511 SessionEntity entity = mSessionBiDict.getExtById(id); in locAPIUpdateSessionOptions() local
603 SessionEntity entity = mSessionBiDict.getExtById(id); in locAPIGetBatchedLocations() local
/aosp12/hardware/qcom/sm8150p/gps/location/
H A DLocationAPIClientBase.cpp455 SessionEntity entity; in locAPIStartSession() local
478 SessionEntity entity = mSessionBiDict.getExtById(id); in locAPIStopSession() local
511 SessionEntity entity = mSessionBiDict.getExtById(id); in locAPIUpdateSessionOptions() local
603 SessionEntity entity = mSessionBiDict.getExtById(id); in locAPIGetBatchedLocations() local
/aosp12/hardware/qcom/sm7250/gps/location/
H A DLocationAPIClientBase.cpp476 SessionEntity entity; in locAPIStartSession() local
499 SessionEntity entity = mSessionBiDict.getExtById(id); in locAPIStopSession() local
532 SessionEntity entity = mSessionBiDict.getExtById(id); in locAPIUpdateSessionOptions() local
624 SessionEntity entity = mSessionBiDict.getExtById(id); in locAPIGetBatchedLocations() local
/aosp12/hardware/qcom/sdm845/gps/sdm845/location/
H A DLocationAPIClientBase.cpp455 SessionEntity entity; in locAPIStartSession() local
478 SessionEntity entity = mSessionBiDict.getExtById(id); in locAPIStopSession() local
511 SessionEntity entity = mSessionBiDict.getExtById(id); in locAPIUpdateSessionOptions() local
603 SessionEntity entity = mSessionBiDict.getExtById(id); in locAPIGetBatchedLocations() local
/aosp12/hardware/qcom/sm8150/gps/location/
H A DLocationAPIClientBase.cpp476 SessionEntity entity; in locAPIStartSession() local
499 SessionEntity entity = mSessionBiDict.getExtById(id); in locAPIStopSession() local
532 SessionEntity entity = mSessionBiDict.getExtById(id); in locAPIUpdateSessionOptions() local
624 SessionEntity entity = mSessionBiDict.getExtById(id); in locAPIGetBatchedLocations() local
/aosp12/art/odrefresh/
H A Dodr_fs_utils.cc116 for (auto entity = readdir(dir.get()); entity != nullptr; entity = readdir(dir.get())) { in GetUsedSpace() local
/aosp12/frameworks/base/core/java/android/app/backup/
H A DBackupDataInput.java198 private native int readNextHeader_native(long mBackupReader, EntityHeader entity); in readNextHeader_native()
/aosp12/art/runtime/
H A Dcommon_dex_operations.h81 inline void DCheckStaticState(Thread* self, T* entity) REQUIRES_SHARED(Locks::mutator_lock_) { in DCheckStaticState()
/aosp14/frameworks/base/core/java/android/app/backup/
H A DBackupDataInput.java198 private native int readNextHeader_native(long mBackupReader, EntityHeader entity); in readNextHeader_native()
/aosp12/frameworks/base/services/core/java/com/android/server/powerstats/
H A DStatsPullAtomCallbackImpl.java116 final PowerEntity entity = entities[i]; in initSubsystemSleepState() local
/aosp14/frameworks/base/services/core/java/com/android/server/powerstats/
H A DStatsPullAtomCallbackImpl.java116 final PowerEntity entity = entities[i]; in initSubsystemSleepState() local
/aosp12/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/filetransfer/
H A DFileUploadController.java192 MultipartEntity entity = new MultipartEntity(parts); in executeAuthenticatedPost() local
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/presence/pidfparser/pidf/
H A DPresence.java71 public void setEntity(String entity) { in setEntity()

123