/hardware/google/av/codec2/hidl/1.0/utils/ |
D | Configurable.cpp | 53 Return<void> CachedConfigurable::query( in query() function in hardware::google::media::c2::V1_0::utils::CachedConfigurable 62 c2_status_t c2res = mIntf->query( in query() 140 for (const FieldSupportedValuesQuery &query : inFields) { in querySupportedValues() local 142 query.field.index, in querySupportedValues() 143 query.field.fieldId.offset, in querySupportedValues() 144 query.field.fieldId.size), in querySupportedValues() 145 query.type == FieldSupportedValuesQuery::Type::POSSIBLE ? in querySupportedValues()
|
D | InputSurface.cpp | 80 c2_status_t query( in query() function in hardware::google::media::c2::V1_0::utils::__anon30c76a050111::ConfigurableWrapper 84 return mImpl->query({}, indices, mayBlock, params); in query() 209 Return<void> InputSurface::query( in query() function in hardware::google::media::c2::V1_0::utils::InputSurface 212 return mBase->query(what, _hidl_cb); in query()
|
/hardware/libhardware/modules/camera/3_4/ |
D | v4l2_wrapper.cpp | 82 v4l2_query_ext_ctrl query; in Connect() local 83 query.id = V4L2_CTRL_FLAG_NEXT_CTRL | V4L2_CTRL_FLAG_NEXT_COMPOUND; in Connect() 84 extended_query_supported_ = (IoctlLocked(VIDIOC_QUERY_EXT_CTRL, &query) == 0); in Connect() 198 v4l2_queryctrl query; in QueryControl() local 199 query.id = control_id; in QueryControl() 200 if (IoctlLocked(VIDIOC_QUERYCTRL, &query)) { in QueryControl() 206 result->id = query.id; in QueryControl() 207 result->type = query.type; in QueryControl() 208 memcpy(result->name, query.name, sizeof(query.name)); in QueryControl() 209 result->minimum = query.minimum; in QueryControl() [all …]
|
/hardware/google/av/codec2/vndk/util/ |
D | C2InterfaceHelper.cpp | 730 c2_status_t C2InterfaceHelper::query( in query() function in C2InterfaceHelper 788 for (C2FieldSupportedValuesQuery &query : fields) { in querySupportedValues() 789 C2_LOG(VERBOSE) << "querying field " << query.field(); in querySupportedValues() 790 C2Param::Index ix = _C2ParamInspector::GetIndex(query.field()); in querySupportedValues() 794 query.status = C2_BAD_INDEX; in querySupportedValues() 799 _C2ParamInspector::GetOffset(query.field()) - sizeof(C2Param)); in querySupportedValues() 802 query.status = C2_NOT_FOUND; in querySupportedValues() 807 << StringPrintf("@%02zx+%02x", offs, _C2ParamInspector::GetSize(query.field())); in querySupportedValues() 809 param->findField(offs, _C2ParamInspector::GetSize(query.field())); in querySupportedValues() 812 query.status = C2_NOT_FOUND; in querySupportedValues() [all …]
|
/hardware/google/av/codec2/tests/ |
D | C2SampleComponent_test.cpp | 189 for (C2FieldSupportedValuesQuery &query : fields) { in querySupportedValues_vb() 190 if (query.field() == C2ParamField(&mDomainInfo, &C2ComponentDomainInfo::value)) { in querySupportedValues_vb() 191 query.values = C2FieldSupportedValues( in querySupportedValues_vb() 197 query.status = C2_OK; in querySupportedValues_vb() 199 query.status = C2_BAD_INDEX; in querySupportedValues_vb() 402 std::vector<C2FieldSupportedValuesQuery> query = { in TEST_F() local 410 EXPECT_EQ(C2_OK, comp->querySupportedValues_vb(query, C2_DONT_BLOCK)); in TEST_F() 412 for (const C2FieldSupportedValuesQuery &q : query) { in TEST_F()
|
/hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/ |
D | Configurable.h | 65 virtual Return<void> query( 115 virtual Return<void> query( in query() function 119 return mIntf->query(indices, mayBlock, _hidl_cb); in query()
|
D | ConfigurableC2Intf.h | 49 virtual c2_status_t query(
|
/hardware/qcom/audio/hal/voice_extn/ |
D | voice_extn.h | 30 struct str_parms *query, 66 struct str_parms *query __unused, in voice_extn_get_parameters()
|
D | voice_extn.c | 543 struct str_parms *query, in voice_extn_get_parameters() argument 548 char *str = str_parms_to_str(query); in voice_extn_get_parameters() 553 ret = str_parms_get_str(query, AUDIO_PARAMETER_KEY_AUDIO_MODE, value, in voice_extn_get_parameters() 559 ret = str_parms_get_str(query, AUDIO_PARAMETER_KEY_ALL_CALL_STATES, in voice_extn_get_parameters()
|
/hardware/interfaces/camera/device/3.5/ |
D | ICameraDevice.hal | 57 * On a successful query of the physical camera device characteristics 108 * On successful stream combination query. 110 * The camera device does not support stream combination query. 112 * The stream combination query cannot complete due to internal
|
D | ICameraDeviceSession.hal | 124 * Therefore, the HAL must not use this query as an indication to change its behavior in any 144 * On successful reconfiguration required query. 146 * The camera device does not support the reconfiguration query. 148 * The reconfiguration query cannot complete due to internal
|
/hardware/invensense/6515/libsensors_iio/ |
D | sensors_mpl.cpp | 117 int query(int what, int *value); 351 int sensors_poll_context_t::query(int what, int* value) in query() function in sensors_poll_context_t 354 return mSensor->query(what, value); in query() 425 return ctx->query(what, value); in poll__query()
|
/hardware/google/interfaces/media/c2/1.0/ |
D | IConfigurable.hal | 37 * best effort: the object must query all supported parameters and skip 41 * \note Parameter values do not depend on the order of query. 58 query( 149 * @return outFields Vector containing supported values and query result
|
/hardware/interfaces/tetheroffload/control/1.0/ |
D | types.hal | 44 * the client may query for statistics. If offload is desired, the client 51 * setDataLimit, has expired. It is recommended that the client query for
|
/hardware/qcom/sdm845/display/sdm/libs/core/ |
D | color_manager.h | 72 DisplayError ColorMgrGetModeInfo(int32_t mode_id, AttrVal *query);
|
D | color_manager.cpp | 230 DisplayError ColorManagerProxy::ColorMgrGetModeInfo(int32_t mode_id, AttrVal *query) { in ColorMgrGetModeInfo() argument 231 return color_intf_->ColorIntfGetModeInfo(&pp_features_, 0, mode_id, query); in ColorMgrGetModeInfo()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/ |
D | color_manager.h | 72 DisplayError ColorMgrGetModeInfo(int32_t mode_id, AttrVal *query);
|
/hardware/qcom/display/msm8909/sdm/libs/core/ |
D | color_manager.h | 72 DisplayError ColorMgrGetModeInfo(int32_t mode_id, AttrVal *query);
|
D | color_manager.cpp | 230 DisplayError ColorManagerProxy::ColorMgrGetModeInfo(int32_t mode_id, AttrVal *query) { in ColorMgrGetModeInfo() argument 231 return color_intf_->ColorIntfGetModeInfo(&pp_features_, 0, mode_id, query); in ColorMgrGetModeInfo()
|
/hardware/qcom/display/msm8998/sdm/libs/core/ |
D | color_manager.h | 72 DisplayError ColorMgrGetModeInfo(int32_t mode_id, AttrVal *query);
|
D | color_manager.cpp | 230 DisplayError ColorManagerProxy::ColorMgrGetModeInfo(int32_t mode_id, AttrVal *query) { in ColorMgrGetModeInfo() argument 231 return color_intf_->ColorIntfGetModeInfo(&pp_features_, 0, mode_id, query); in ColorMgrGetModeInfo()
|
/hardware/qcom/sm8150/display/sdm/libs/core/ |
D | color_manager.h | 71 DisplayError ColorMgrGetModeInfo(int32_t mode_id, AttrVal *query);
|
D | color_manager.cpp | 227 DisplayError ColorManagerProxy::ColorMgrGetModeInfo(int32_t mode_id, AttrVal *query) { in ColorMgrGetModeInfo() argument 228 return color_intf_->ColorIntfGetModeInfo(&pp_features_, 0, mode_id, query); in ColorMgrGetModeInfo()
|
/hardware/qcom/audio/hal/audio_extn/ |
D | audio_extn.h | 156 #define audio_extn_a2dp_get_parameters(query, reply) (0) argument 168 int audio_extn_a2dp_get_parameters(struct str_parms *query,
|
/hardware/interfaces/neuralnetworks/1.3/ |
D | IFencedExecutionCallback.hal | 23 * IFencedExecutionCallback can be used to query the error status result 29 * The getExecutionInfo method is used by the clients to query error status
|