Searched refs:type_ (Results 1 - 23 of 23) sorted by relevance

/hardware/nxp/secure_element/libese-spi/p73/utils/
H A Dconfig.cpp44 ConfigValue::Type ConfigValue::getType() const { return type_; }
47 CHECK(type_ == STRING);
52 CHECK(type_ == UNSIGNED);
57 CHECK(type_ == BYTES);
64 type_ = STRING;
71 type_ = BYTES;
77 type_ = UNSIGNED;
H A Dconfig.h34 Type type_; member in class:ConfigValue
/hardware/libhardware/modules/camera/3_4/
H A Dstream_format.cpp40 : type_(V4L2_BUF_TYPE_VIDEO_CAPTURE),
48 : type_(format.type),
57 : type_(V4L2_BUF_TYPE_VIDEO_CAPTURE),
66 format->type = type_;
90 return (type_ == other.type_ &&
H A Dstream_format.h48 inline uint32_t type() const { return type_; };
76 uint32_t type_; member in class:v4l2_camera_hal::StreamFormat
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
H A DHidReport.h36 HidReport(uint32_t type_, uint32_t data, const HidGlobal &global, const HidLocal &local);
/hardware/google/av/codec2/tests/
H A DC2ComponentInterface_test.cpp627 #define EACH_TEST_SELF(type_, test_name) EACH_TEST(type_, type_, test_name)
628 #define EACH_TEST_INPUT(type_, test_name) EACH_TEST(type_::input, type_, test_name)
629 #define EACH_TEST_OUTPUT(type_, test_name) EACH_TEST(type_::output, type_, test_name)
/hardware/google/av/codec2/include/
H A DC2Component.h49 C2FieldSupportedValuesQuery(const C2ParamField &field_, type_t type_) argument
50 : _mField(field_), _mType(type_), status(C2_NO_INIT) { }
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
H A Dhwc_display_external.cpp217 error = core_intf_->CreateDisplay(type_, this, &display_intf_);
220 error, type_, this, &display_intf_);
H A Dhwc_display.cpp349 type_(type),
358 DisplayError error = core_intf_->CreateDisplay(type_, this, &display_intf_);
361 type_, this, &display_intf_);
994 validated_.set(type_);
1041 if (!validated_.test(type_)) {
1063 if (!validated_.test(type_)) {
1105 if (!validated_.test(type_)) {
1165 validated_.reset(type_);
1168 if (!validated_.test(type_)) {
1198 validated_.reset(type_);
[all...]
H A Dhwc_display.h261 DisplayType type_; member in class:sdm::HWCDisplay
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
H A Dhwc_display_external.cpp217 error = core_intf_->CreateDisplay(type_, this, &display_intf_);
220 error, type_, this, &display_intf_);
H A Dhwc_display.cpp338 type_(type),
347 DisplayError error = core_intf_->CreateDisplay(type_, this, &display_intf_);
350 type_, this, &display_intf_);
943 validated_.set(type_);
989 if (!validated_.test(type_)) {
1011 if (!validated_.test(type_)) {
1053 if (!validated_.test(type_)) {
1109 validated_.reset(type_);
1112 if (!validated_.test(type_)) {
1146 validated_.reset(type_);
[all...]
H A Dhwc_display.h254 DisplayType type_; member in class:sdm::HWCDisplay
/hardware/qcom/display/msm8909/sdm/libs/hwc/
H A Dhwc_display.cpp138 : core_intf_(core_intf), hwc_procs_(hwc_procs), type_(type), id_(id), needs_blit_(needs_blit),
143 DisplayError error = core_intf_->CreateDisplay(type_, this, &display_intf_);
146 error, type_, this, &display_intf_);
718 DLOGV("Prepare failed for Display = %d Error = %d", type_, error);
819 DLOGI("Commit failed for Display = %d Error = %d", type_, error);
1129 switch (type_) {
H A Dhwc_display.h216 DisplayType type_; member in class:sdm::HWCDisplay
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
H A Dhwc_display.cpp138 : core_intf_(core_intf), hwc_procs_(hwc_procs), type_(type), id_(id), needs_blit_(needs_blit),
143 DisplayError error = core_intf_->CreateDisplay(type_, this, &display_intf_);
146 error, type_, this, &display_intf_);
718 DLOGV("Prepare failed for Display = %d Error = %d", type_, error);
819 DLOGI("Commit failed for Display = %d Error = %d", type_, error);
1129 switch (type_) {
H A Dhwc_display.h216 DisplayType type_; member in class:sdm::HWCDisplay
/hardware/qcom/display/msm8996/sdm/libs/hwc/
H A Dhwc_display.h175 DisplayType type_; member in class:sdm::HWCDisplay
H A Dhwc_display.cpp70 : core_intf_(core_intf), hwc_procs_(hwc_procs), type_(type), id_(id), needs_blit_(needs_blit),
75 DisplayError error = core_intf_->CreateDisplay(type_, this, &display_intf_);
78 error, type_, this, &display_intf_);
1024 switch (type_) {
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
H A Dhwc_display.h235 DisplayType type_; member in class:sdm::HWCDisplay
H A Dhwc_display.cpp223 type_(type),
232 DisplayError error = core_intf_->CreateDisplay(type_, this, &display_intf_);
235 type_, this, &display_intf_);
1265 switch (type_) {
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_display.cpp341 type_(type),
350 DisplayError error = core_intf_->CreateDisplay(type_, this, &display_intf_);
353 type_, this, &display_intf_);
1460 switch (type_) {
H A Dhwc_display.h251 DisplayType type_; member in class:sdm::HWCDisplay

Completed in 385 milliseconds