Searched refs:contents (Results 1 - 12 of 12) sorted by relevance

/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_hidl_hal_stk.cpp114 std::string contents = ""; local
116 radio->sendEnvelopeWithStatus(serial, contents);
/hardware/qcom/display/msm8994/libhwcomposer/
H A DHWC2On1Adapter.cpp83 hwc_display_contents_1_t* contents)
85 if (contents != nullptr) {
86 for (size_t l = 0; l < contents->numHwLayers; ++l) {
87 auto& layer = contents->hwLayers[l];
91 std::free(contents);
1251 // Only prepare display contents for displays HWC1 knows about
1318 auto contents = static_cast<hwc_display_contents_1_t*>(std::malloc(size)); local
1319 std::memcpy(contents, mHwc1RequestedContents.get(), size);
1320 for (size_t layerId = 0; layerId < contents->numHwLayers; ++layerId) {
1321 auto& layer = contents
82 operator ()( hwc_display_contents_1_t* contents) argument
1329 setReceivedContents(HWC1Contents contents) argument
1877 auto contents = local
2483 auto& contents = mHwc1Contents[c]; local
[all...]
H A DHWC2On1Adapter.h131 void operator()(struct hwc_display_contents_1* contents);
235 void setReceivedContents(HWC1Contents contents);
/hardware/interfaces/usb/1.0/default/
H A DUsb.cpp41 int32_t readFile(std::string filename, std::string& contents) { argument
45 getline(file, contents);
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
H A DHWC2On1Adapter.cpp1205 // Only prepare display contents for displays HWC1 knows about
1810 auto contents = static_cast<hwc_display_contents_1_t*>(std::calloc(size, 1)); local
1811 mHwc1RequestedContents.reset(contents);
1812 mNextAvailableRect = reinterpret_cast<hwc_rect_t*>(&contents->hwLayers[numLayers]);
2382 auto& contents = mHwc1Contents[c]; local
2383 if (!contents) {
2387 for (size_t l = 0; l < contents->numHwLayers; ++l) {
2388 ALOGV(" %zd: %d", l, contents->hwLayers[l].compositionType);
2392 // Return the received contents to their respective displays
/hardware/interfaces/radio/1.0/
H A DIRadio.hal1188 * @param contents SAT/USAT command in hexadecimal format starting with command tag
1192 oneway sendEnvelopeWithStatus(int32_t serial, string contents);
H A Dtypes.hal2022 vec<uint8_t> contents; // Carrier-defined content. It is binary, opaque and
/hardware/interfaces/radio/1.2/default/
H A DRadio.h191 Return<void> sendEnvelopeWithStatus(int32_t serial, const hidl_string& contents) override;
/hardware/ril/include/telephony/
H A Dril.h5682 * "response" is const char * containing the contents of the NV item
7166 int contents_length; /* The number of octets in the contents. */
7167 char *contents; /* Carrier-defined content. It is binary, opaque and member in struct:__anon5913
/hardware/ril/reference-ril/
H A Dril.h5682 * "response" is const char * containing the contents of the NV item
7166 int contents_length; /* The number of octets in the contents. */
7167 char *contents; /* Carrier-defined content. It is binary, opaque and member in struct:__anon6132
/hardware/interfaces/camera/provider/2.4/vts/functional/
H A DVtsHalCameraProviderV2_4TargetTest.cpp4333 const int32_t* contents = &entry.data.i32[0]; local
4335 int32_t inputFormat = contents[i++];
4336 int32_t length = contents[i++];
4338 int32_t outputFormat = contents[i+j];
/hardware/ril/libril/
H A Dril_service.cpp378 const ::android::hardware::hidl_string& contents);
1969 Return<void> RadioImpl::sendEnvelopeWithStatus(int32_t serial, const hidl_string& contents) { argument
1974 contents.c_str());
8331 pco.contents.setToExternal((uint8_t *) rilPcoData->contents, rilPcoData->contents_length);

Completed in 319 milliseconds