/hardware/google/graphics/common/libhwjpeg/ |
D | AppMarkerWriter.cpp | 52 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/ |
D | VtsHalContexthubV1_2TargetTest.cpp | 145 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/ |
D | IContextHubCallbackWrapper.h | 66 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/ |
D | VtsHalContexthubV1_0TargetTest.cpp | 102 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/ |
D | NanDataPathRequestInd.aidl | 41 byte[] appInfo;
|
D | NanRespondToDataPathIndicationRequest.aidl | 41 byte[] appInfo;
|
D | NanDataPathConfirmInd.aidl | 40 byte[] appInfo;
|
D | NanInitiateDataPathRequest.aidl | 43 byte[] appInfo;
|
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/current/android/hardware/wifi/ |
D | NanDataPathRequestInd.aidl | 41 byte[] appInfo;
|
D | NanRespondToDataPathIndicationRequest.aidl | 41 byte[] appInfo;
|
D | NanDataPathConfirmInd.aidl | 40 byte[] appInfo;
|
D | NanInitiateDataPathRequest.aidl | 43 byte[] appInfo;
|
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/1/android/hardware/wifi/ |
D | NanDataPathRequestInd.aidl | 41 byte[] appInfo;
|
D | NanRespondToDataPathIndicationRequest.aidl | 41 byte[] appInfo;
|
D | NanDataPathConfirmInd.aidl | 40 byte[] appInfo;
|
D | NanInitiateDataPathRequest.aidl | 43 byte[] appInfo;
|
/hardware/interfaces/wifi/aidl/android/hardware/wifi/ |
D | NanDataPathRequestInd.aidl | 53 byte[] appInfo;
|
D | NanRespondToDataPathIndicationRequest.aidl | 52 byte[] appInfo;
|
D | NanDataPathConfirmInd.aidl | 47 byte[] appInfo;
|
D | NanInitiateDataPathRequest.aidl | 63 byte[] appInfo;
|
/hardware/interfaces/contexthub/aidl/vts/ |
D | VtsAidlHalContextHubTargetTest.cpp | 162 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/ |
D | ExynosExif.h | 31 app_info_t *appInfo; member
|
/hardware/interfaces/contexthub/aidl/aidl_api/android.hardware.contexthub/1/android/hardware/contexthub/ |
D | IContextHubCallback.aidl | 37 void handleNanoappInfo(in android.hardware.contexthub.NanoappInfo[] appInfo); in handleNanoappInfo() argument
|
/hardware/interfaces/contexthub/aidl/aidl_api/android.hardware.contexthub/2/android/hardware/contexthub/ |
D | IContextHubCallback.aidl | 37 void handleNanoappInfo(in android.hardware.contexthub.NanoappInfo[] appInfo); in handleNanoappInfo() argument
|
/hardware/interfaces/contexthub/aidl/aidl_api/android.hardware.contexthub/current/android/hardware/contexthub/ |
D | IContextHubCallback.aidl | 37 void handleNanoappInfo(in android.hardware.contexthub.NanoappInfo[] appInfo); in handleNanoappInfo() argument
|