Home
last modified time | relevance | path

Searched refs:appInfo (Results 1 – 25 of 45) sorted by relevance

12

/hardware/google/graphics/common/libhwjpeg/
DAppMarkerWriter.cpp52 app_info_t appInfo[15]; in CAppMarkerWriter() local
55 memset(&appInfo, 0, sizeof(appInfo)); in CAppMarkerWriter()
57 extraInfo.appInfo = appInfo; in CAppMarkerWriter()
242 if ((extra->appInfo[idx].appid < EXTRA_APPMARKER_MIN) || in PrepareAppWriter()
243 (extra->appInfo[idx].appid >= EXTRA_APPMARKER_LIMIT)) { in PrepareAppWriter()
244 ALOGE("Invalid extra APP segment ID %d", extra->appInfo[idx].appid); in PrepareAppWriter()
248 if ((extra->appInfo[idx].dataSize == 0) || in PrepareAppWriter()
249 (extra->appInfo[idx].dataSize > in PrepareAppWriter()
251 ALOGE("Invalid APP%d segment size, %u bytes", extra->appInfo[idx].appid, in PrepareAppWriter()
252 extra->appInfo[idx].dataSize); in PrepareAppWriter()
[all …]
/hardware/interfaces/contexthub/1.2/vts/functional/
DVtsHalContexthubV1_2TargetTest.cpp145 virtual Return<void> handleAppsInfo_1_2(const hidl_vec<HubAppInfo>& appInfo) override { in handleAppsInfo_1_2() argument
146 ALOGD("Got app info callback with %zu apps", appInfo.size()); in handleAppsInfo_1_2()
147 promise.set_value(appInfo); in handleAppsInfo_1_2()
172 for (const HubAppInfo& appInfo : appList) { in TEST_P() local
173 EXPECT_NE(appInfo.info_1_0.appId, UINT64_C(0)); in TEST_P()
174 EXPECT_NE(appInfo.info_1_0.appId, kNonExistentAppId); in TEST_P()
175 for (std::string permission : appInfo.permissions) { in TEST_P()
/hardware/interfaces/contexthub/common/default/1.X/utils/
DIContextHubCallbackWrapper.h66 virtual Return<void> handleAppsInfo(hidl_vec<V1_2::HubAppInfo> appInfo) = 0;
96 virtual Return<void> handleAppsInfo(hidl_vec<V1_2::HubAppInfo> appInfo) override { in handleAppsInfo() argument
97 return mCallback->handleAppsInfo(convertToOldAppInfo(appInfo)); in handleAppsInfo()
128 Return<void> handleAppsInfo(hidl_vec<V1_2::HubAppInfo> appInfo) override { in handleAppsInfo() argument
129 return mCallback->handleAppsInfo_1_2(appInfo); in handleAppsInfo()
/hardware/interfaces/contexthub/1.0/vts/functional/
DVtsHalContexthubV1_0TargetTest.cpp102 virtual Return<void> handleAppsInfo(const hidl_vec<HubAppInfo>& appInfo) override { in handleAppsInfo() argument
103 ALOGD("Got app info callback with %zu apps", appInfo.size()); in handleAppsInfo()
104 promise.set_value(appInfo); in handleAppsInfo()
123 for (const HubAppInfo& appInfo : appList) { in TEST_P() local
124 EXPECT_NE(appInfo.appId, UINT64_C(0)); in TEST_P()
125 EXPECT_NE(appInfo.appId, kNonExistentAppId); in TEST_P()
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/2/android/hardware/wifi/
DNanDataPathRequestInd.aidl41 byte[] appInfo;
DNanRespondToDataPathIndicationRequest.aidl41 byte[] appInfo;
DNanDataPathConfirmInd.aidl40 byte[] appInfo;
DNanInitiateDataPathRequest.aidl43 byte[] appInfo;
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/current/android/hardware/wifi/
DNanDataPathRequestInd.aidl41 byte[] appInfo;
DNanRespondToDataPathIndicationRequest.aidl41 byte[] appInfo;
DNanDataPathConfirmInd.aidl40 byte[] appInfo;
DNanInitiateDataPathRequest.aidl43 byte[] appInfo;
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/1/android/hardware/wifi/
DNanDataPathRequestInd.aidl41 byte[] appInfo;
DNanRespondToDataPathIndicationRequest.aidl41 byte[] appInfo;
DNanDataPathConfirmInd.aidl40 byte[] appInfo;
DNanInitiateDataPathRequest.aidl43 byte[] appInfo;
/hardware/interfaces/wifi/aidl/android/hardware/wifi/
DNanDataPathRequestInd.aidl53 byte[] appInfo;
DNanRespondToDataPathIndicationRequest.aidl52 byte[] appInfo;
DNanDataPathConfirmInd.aidl47 byte[] appInfo;
DNanInitiateDataPathRequest.aidl63 byte[] appInfo;
/hardware/interfaces/contexthub/aidl/vts/
DVtsAidlHalContextHubTargetTest.cpp162 Status handleNanoappInfo(const std::vector<NanoappInfo>& appInfo) override { in handleNanoappInfo() argument
163 ALOGD("Got app info callback with %zu apps", appInfo.size()); in handleNanoappInfo()
164 promise.set_value(appInfo); in handleNanoappInfo()
210 for (const NanoappInfo& appInfo : appInfoList) { in TEST_P() local
211 EXPECT_NE(appInfo.nanoappId, UINT64_C(0)); in TEST_P()
212 EXPECT_NE(appInfo.nanoappId, kNonExistentAppId); in TEST_P()
216 for (const NanoappRpcService& rpcService : appInfo.rpcServices) { in TEST_P()
/hardware/google/graphics/common/libhwjpeg/include/hardware/exynos/
DExynosExif.h31 app_info_t *appInfo; member
/hardware/interfaces/contexthub/aidl/aidl_api/android.hardware.contexthub/1/android/hardware/contexthub/
DIContextHubCallback.aidl37 void handleNanoappInfo(in android.hardware.contexthub.NanoappInfo[] appInfo); in handleNanoappInfo() argument
/hardware/interfaces/contexthub/aidl/aidl_api/android.hardware.contexthub/2/android/hardware/contexthub/
DIContextHubCallback.aidl37 void handleNanoappInfo(in android.hardware.contexthub.NanoappInfo[] appInfo); in handleNanoappInfo() argument
/hardware/interfaces/contexthub/aidl/aidl_api/android.hardware.contexthub/current/android/hardware/contexthub/
DIContextHubCallback.aidl37 void handleNanoappInfo(in android.hardware.contexthub.NanoappInfo[] appInfo); in handleNanoappInfo() argument

12