Searched refs:attributeList (Results 1 - 2 of 2) sorted by relevance
/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/ |
H A D | render_surface.cpp | 46 std::vector<int> attributeList = attribute_.ToEGLAttribList();
in Create() local 47 EGLBoolean ret = eglChooseConfig(display_, attributeList.data(), &config_, 1, &retNum);
in Create() 72 std::vector<int> attributeList = attribute_.ToEGLAttribList();
in Init() local 73 EGLBoolean ret = eglChooseConfig(display_, attributeList.data(), &config_, 1, &retNum);
in Init()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/ |
H A D | sdp_server.c | 1234 static int BuildAttributeListByIdRange(uint32_t handle, uint8_t *buffer, uint8_t *attributeList) in BuildAttributeListByIdRange() argument 1259 if (memcpy_s(attributeList + offset, in BuildAttributeListByIdRange() 1272 static int BuildAttributeListByIdList(uint32_t handle, uint16_t length, uint8_t *buffer, uint8_t *attributeList) in BuildAttributeListByIdList() argument 1298 (void)memcpy_s(attributeList + offset, in BuildAttributeListByIdList() 1312 uint16_t lcid, uint16_t transactionId, uint8_t *attributeList, int length, uint16_t maximumAttributeByteCount) in SdpCreateAttributeResponse() 1340 if (memcpy_s(buffer + offset, length, attributeList, length) != EOK) { in SdpCreateAttributeResponse() 1360 uint8_t attributeList[SDP_MAX_LIST_BYTE_COUNT] = {0}; in SdpParseAttributeRequest() local 1417 result = BuildAttributeListByIdRange(handle, bufferInfo->buffer + pos, attributeList); in SdpParseAttributeRequest() 1420 result = BuildAttributeListByIdList(handle, length, bufferInfo->buffer + pos, attributeList); in SdpParseAttributeRequest() 1427 SdpCreateAttributeResponse(lcid, transactionId, attributeList, resul in SdpParseAttributeRequest() 1311 SdpCreateAttributeResponse( uint16_t lcid, uint16_t transactionId, uint8_t *attributeList, int length, uint16_t maximumAttributeByteCount) SdpCreateAttributeResponse() argument 1476 BuildAttributeListArrayCommon(int offset, uint8_t *attributeList, Packet *packet) BuildAttributeListArrayCommon() argument 1514 uint8_t attributeList[SDP_MAX_LIST_BYTE_COUNT] = {0}; BuildAttributeListArray() local [all...] |
Completed in 3 milliseconds