Home
last modified time | relevance | path

Searched refs:spec (Results 1 – 21 of 21) sorted by relevance

/hardware/ril/librilutils/proto/
Dsap-api.proto126 // SAP 1.1 spec 5.1.1
131 // SAP 1.1 spec 5.1.2
146 // SAP 1.1 spec 5.1.3
152 // SAP 1.1 spec 5.1.4
158 // SAP 1.1 spec 5.1.5
167 // SAP 1.1 spec 5.1.6
177 // SAP 1.1 spec 5.1.7
195 // SAP 1.1 spec 5.1.8
200 // SAP 1.1 spec 5.1.9
216 // SAP 1.1 spec 5.1.10 +5.1.12
[all …]
/hardware/libhardware/modules/camera/3_4/metadata/
Dmetadata_reader.cpp153 if (config.spec.width < 1 || config.spec.height < 1) { in StreamConfigurations()
156 config.spec.width, in StreamConfigurations()
157 config.spec.height); in StreamConfigurations()
194 if (stall.spec.width < 1 || stall.spec.height < 1) { in StreamStallDurations()
197 stall.spec.width, in StreamStallDurations()
198 stall.spec.height); in StreamStallDurations()
Dtypes.h56 StreamSpec spec; member
60 : spec({raw[0], raw[1], raw[2]}), direction(raw[3]) {} in StreamConfiguration()
67 StreamSpec spec; member
71 : spec({static_cast<int32_t>(raw[0]), in StreamStallDuration()
Dmetadata_reader_test.cpp207 EXPECT_EQ(actual[0].spec.format, config1[0]); in TEST_F()
208 EXPECT_EQ(actual[0].spec.width, config1[1]); in TEST_F()
209 EXPECT_EQ(actual[0].spec.height, config1[2]); in TEST_F()
211 EXPECT_EQ(actual[1].spec.format, config2[0]); in TEST_F()
212 EXPECT_EQ(actual[1].spec.width, config2[1]); in TEST_F()
213 EXPECT_EQ(actual[1].spec.height, config2[2]); in TEST_F()
273 EXPECT_EQ(actual[0].spec.format, stall1[0]); in TEST_F()
274 EXPECT_EQ(actual[0].spec.width, stall1[1]); in TEST_F()
275 EXPECT_EQ(actual[0].spec.height, stall1[2]); in TEST_F()
277 EXPECT_EQ(actual[1].spec.format, stall2[0]); in TEST_F()
[all …]
/hardware/interfaces/radio/1.0/
DISap.hal30 * CONNECT_REQ from SAP 1.1 spec 5.1.1
38 * DISCONNECT_REQ from SAP 1.1 spec 5.1.3
45 * TRANSFER_APDU_REQ from SAP 1.1 spec 5.1.6
54 * TRANSFER_ATR_REQ from SAP 1.1 spec 5.1.8
61 * POWER_SIM_OFF_REQ and POWER_SIM_ON_REQ from SAP 1.1 spec 5.1.10 + 5.1.12
69 * RESET_SIM_REQ from SAP 1.1 spec 5.1.14
76 * TRANSFER_CARD_READER_STATUS_REQ from SAP 1.1 spec 5.1.17
83 * SET_TRANSPORT_PROTOCOL_REQ from SAP 1.1 spec 5.1.20
DISapCallback.hal21 * CONNECT_RESP from SAP 1.1 spec 5.1.2
31 * DISCONNECT_RESP from SAP 1.1 spec 5.1.4
38 * DISCONNECT_IND from SAP 1.1 spec 5.1.5
46 * TRANSFER_APDU_RESP from SAP 1.1 spec 5.1.7
64 * TRANSFER_ATR_RESP from SAP 1.1 spec 5.1.9
80 * POWER_SIM_OFF_RESP and POWER_SIM_ON_RESP from SAP 1.1 spec 5.1.11 + 5.1.13
95 * RESET_SIM_RESP from SAP 1.1 spec 5.1.15
109 * STATUS_IND from SAP 1.1 spec 5.1.16
117 * TRANSFER_CARD_READER_STATUS_REQ from SAP 1.1 spec 5.1.18
133 * ERROR_RESP from SAP 1.1 spec 5.1.19
[all …]
Dtypes.hal2023 // loosely defined in LTE Layer 3 spec 24.008
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/observers/
DSoftVsyncObserver.cpp132 struct timespec spec; in threadLoop() local
133 spec.tv_sec = next_vsync / 1000000000; in threadLoop()
134 spec.tv_nsec = next_vsync % 1000000000; in threadLoop()
138 err = clock_nanosleep(CLOCK_MONOTONIC, TIMER_ABSTIME, &spec, NULL); in threadLoop()
/hardware/intel/img/hwcomposer/merrifield/common/observers/
DSoftVsyncObserver.cpp136 struct timespec spec; in threadLoop() local
137 spec.tv_sec = next_vsync / 1000000000; in threadLoop()
138 spec.tv_nsec = next_vsync % 1000000000; in threadLoop()
142 err = clock_nanosleep(CLOCK_MONOTONIC, TIMER_ABSTIME, &spec, NULL); in threadLoop()
/hardware/interfaces/nfc/1.1/
Dtypes.hal68 /** Default off-host route. 0x00 if there aren't any. Refer to NCI spec. */
73 * NCI spec.
77 /** Default system code route. 0x00 if there aren't any. Refer NCI spec */
80 /** Default power state for system code route. 0x00 if there aren't any. Refer NCI spec */
86 * Device Host(0x00) is the default. Refer to NCI spec.
/hardware/intel/common/libmix/mix_video/
DMakefile.am8 EXTRA_DIST = autogen.sh mixvideo.spec
/hardware/intel/common/libmix/mix_vbp/
DMakefile.am8 EXTRA_DIST = autogen.sh mixvbp.spec
/hardware/libhardware/modules/camera/3_4/
Dstatic_properties.cpp38 (*capabilities)[config.spec].output_supported = true; in ConstructStreamCapabilities()
41 (*capabilities)[config.spec].input_supported = true; in ConstructStreamCapabilities()
55 (*capabilities)[stall.spec].stall_duration = stall.duration; in ConstructStreamCapabilities()
DREADME.md7 not be fully spec-compliant.
117 basic HAL spec compliance. Most do nothing/report fixed values,
/hardware/interfaces/wifi/supplicant/1.1/
DISupplicantStaNetwork.hal40 * MCC/MNC according to the 3GGP spec(TS23.003)
65 * MCC/MNC according to the 3GGP spec(TS23.003)
/hardware/interfaces/wifi/supplicant/1.0/
DISupplicantStaIfaceCallback.hal108 * OSU Method. Refer to section 4.8.1.3 of the Hotspot 2.0 spec.
439 * Refer to section 3.2.1.2 of the Hotspot 2.0 spec.
456 * from access point. Refer to section 8.4.1.7 of IEEE802.11 spec.
468 * Refer to section 8.4.1.9 of IEEE 802.11 spec.
/hardware/intel/common/libva/
Dlibva.spec151 - packaged mrst-video-decode-src version 0.0.1 using the buildservice spec file wizard
/hardware/interfaces/media/omx/1.0/
Dtypes.hal214 * Framework defined color aspects. These are based mainly on ISO 23001-8 spec. As this standard
/hardware/interfaces/wifi/1.0/
Dtypes.hal213 * Wifi bands defined in 80211 spec.
729 * RSSI values controlling clustering behavior per spec. RSSI values are specified without a sign,
1025 * The match behavior is specified in details in the NAN spec.
1035 * The match behavior is specified in details in the NAN spec.
1940 * Draft 11mc spec version supported by chip.
/hardware/interfaces/audio/common/4.0/
Dtypes.hal68 * For the definition of UUID, refer to ITU-T X.667 spec.
/hardware/interfaces/audio/common/2.0/
Dtypes.hal68 * For the definition of UUID, refer to ITU-T X.667 spec.