Searched defs:create (Results 1 - 24 of 24) sorted by relevance

/hardware/intel/common/libva/va/wayland/
H A Dva_wayland.c103 VADisplayContextCreateFunc create; member in struct:va_wayland_backend
147 for (i = 0; g_backends[i].create != NULL; i++) {
148 if (g_backends[i].create(pDisplayContext))
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dlink_layer_stats.cpp57 virtual int create() { function in class:GetLinkStatsCommand
60 int ret = mMsg.create(GOOGLE_OUI, LSTATS_SUBCMD_GET_INFO);
62 ALOGE("Failed to create %x - %d", LSTATS_SUBCMD_GET_INFO, ret);
H A Dcpp_bindings.cpp540 int WifiRequest::create(int family, uint8_t cmd, int flags, int hdrlen) { function in class:WifiRequest
554 int WifiRequest::create(uint32_t id, int subcmd) { function in class:WifiRequest
555 int res = create(NL80211_CMD_VENDOR);
584 int err = create(); /* create the message */
631 res = create(); /* create the message */
658 res = create(); /* create the message */
H A Dcpp_bindings.h169 int create(int family, uint8_t cmd, int flags, int hdrlen);
170 int create(uint8_t cmd) { function in class:WifiRequest
171 return create(mFamily, cmd, 0, 0);
174 int create(uint32_t id, int subcmd);
267 virtual int create() { function in class:WifiCommand
H A Drtt.cpp126 virtual int create() { function in class:GetRttCapabilitiesCommand
129 int ret = mMsg.create(GOOGLE_OUI, RTT_SUBCMD_GETCAPABILITY);
174 virtual int create() { function in class:GetRttResponderInfoCommand
177 int ret = mMsg.create(GOOGLE_OUI, RTT_SUBCMD_GETAVAILCHANNEL);
225 virtual int create() { function in class:EnableResponderCommand
228 int ret = mMsg.create(GOOGLE_OUI, RTT_SUBCMD_SET_RESPONDER);
272 virtual int create() { function in class:CancelResponderCommand
275 int ret = mMsg.create(GOOGLE_OUI, RTT_SUBCMD_CANCEL_RESPONDER);
324 int result = request.create(GOOGLE_OUI, RTT_SUBCMD_SET_CONFIG);
429 int result = request.create(GOOGLE_OU
[all...]
H A Dgscan.cpp184 virtual int create() { function in class:GetCapabilitiesCommand
187 int ret = mMsg.create(GOOGLE_OUI, GSCAN_SUBCMD_GET_CAPABILITIES);
242 virtual int create() { function in class:GetChannelListCommand
245 int ret = mMsg.create(GOOGLE_OUI, GSCAN_SUBCMD_GET_CHANNEL_LIST);
357 int result = request.create(GOOGLE_OUI, subcmd);
384 int result = request.create(GOOGLE_OUI, subcmd);
405 ALOGE("failed to create request; result = %d", result);
427 ALOGE("failed to create request; result = %d", result);
464 int result = request.create(GOOGLE_OUI, GSCAN_SUBCMD_SET_CONFIG);
539 int result = request.create(GOOGLE_OU
[all...]
H A Dwifi_hal.cpp101 ALOGE("Could not create handle");
203 ALOGE("Could not create cleanup sockets");
210 ALOGE("Could not create handle");
217 ALOGE("Could not create handle");
225 ALOGE("Could not create handle");
541 virtual int create() { function in class:GetMulticastIdCommand
544 int ret = mMsg.create(nlctrlFamily, CTRL_CMD_GETFAMILY, 0, 0);
611 int result = request.create(GOOGLE_OUI, subcmd);
632 ALOGE("failed to create request; result = %d", result);
660 virtual int create() { function in class:SetNodfsCommand
688 virtual int create() { function in class:SetCountryCodeCommand
972 virtual int create() { function in class:SetNdoffloadCommand
1012 virtual int create() { function in class:GetFeatureSetCommand
[all...]
/hardware/intel/common/libwsbm/src/
H A Dwsbm_pool.h68 struct _WsbmBufStorage *(*create) (struct _WsbmBufferPool * pool, member in struct:_WsbmBufferPool
/hardware/libhardware_legacy/audio/
H A DAudioHardwareInterface.cpp64 AudioHardwareInterface* AudioHardwareInterface::create() function in class:android_audio_legacy::AudioHardwareInterface
/hardware/qcom/gps/msm8909/utils/
H A DLocThread.cpp44 static LocThreadDelegate* create(LocThread::tCreate creator,
75 // create the thread here, then if successful
111 LocThreadDelegate* LocThreadDelegate::create(LocThread::tCreate creator, function in class:LocThreadDelegate
214 mThread = LocThreadDelegate::create(creator, threadName, runnable, joinable);
/hardware/qcom/gps/msm8996/utils/
H A DLocThread.cpp44 static LocThreadDelegate* create(LocThread::tCreate creator,
75 // create the thread here, then if successful
111 LocThreadDelegate* LocThreadDelegate::create(LocThread::tCreate creator, function in class:LocThreadDelegate
214 mThread = LocThreadDelegate::create(creator, threadName, runnable, joinable);
/hardware/qcom/gps/msm8998/utils/
H A DLocThread.cpp45 static LocThreadDelegate* create(LocThread::tCreate creator,
76 // create the thread here, then if successful
113 LocThreadDelegate* LocThreadDelegate::create(LocThread::tCreate creator, function in class:LocThreadDelegate
216 mThread = LocThreadDelegate::create(creator, threadName, runnable, joinable);
/hardware/qcom/camera/msm8998/QCamera2/util/
H A DQCameraPerf.cpp183 mPerfLock[i] = QCameraPerfLock::create((PerfLockEnum)i);
320 * FUNCTION : create
322 * DESCRIPTION: This is a static method to create perf lock object. It calls
332 QCameraPerfLock* QCameraPerfLock::create( function in class:qcamera::QCameraPerfLock
562 * create a singleton object upon success
H A DQCameraFOVControl.cpp92 * FUNCTION : create
94 * DESCRIPTION: This is a static method to create FOV-control object. It calls
106 QCameraFOVControl* QCameraFOVControl::create( function in class:qcamera::QCameraFOVControl
133 LOGE("FOV-control: Failed to create an object");
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dgscan_event_handler.cpp24 int GScanCommandEventHandler::create() { function in class:GScanCommandEventHandler
25 int ret = mMsg.create(NL80211_CMD_VENDOR, 0, 0);
H A Dllstats.cpp33 // For LLStats just call base Vendor command create
34 int LLStatsCommand::create() { function in class:LLStatsCommand
35 int ret = mMsg.create(NL80211_CMD_VENDOR, 0, 0);
1253 /* create the message */
1254 ret = LLCommand->create();
1310 /* create the message */
1311 ret = LLCommand->create();
1366 /* create the message */
1367 ret = LLCommand->create();
H A Dnan.cpp84 ret = nanCommand->create();
125 ret = nanCommand->create();
167 ret = nanCommand->create();
209 ret = nanCommand->create();
251 ret = nanCommand->create();
294 ret = nanCommand->create();
336 ret = nanCommand->create();
378 ret = nanCommand->create();
420 ret = nanCommand->create();
462 ret = nanCommand->create();
668 int NanCommand::create() { function in class:NanCommand
[all...]
H A Dwificonfig.cpp62 ret = wifiConfigCommand->create();
64 ALOGE("wifi_extended_dtim_config_set: failed to create NL msg. "
134 ALOGE("wifi_set_country_code: failed to create NL msg. Error:%d", ret);
180 ret = wifiConfigCommand->create();
183 "create NL msg. Error:%d", ret);
248 ret = wifiConfigCommand->create();
250 ALOGE("wifi_set_guard_time: failed to create NL msg. Error:%d", ret);
305 int WiFiConfigCommand::create() { function in class:WiFiConfigCommand
306 int ret = mMsg.create(NL80211_CMD_VENDOR, 0, 0);
325 int ret = mMsg.create(cmdI
[all...]
H A Dcpp_bindings.cpp547 int WifiRequest::create(int family, uint8_t cmd, int flags, int hdrlen) { function in class:WifiRequest
561 int WifiRequest::create(uint32_t id, int subcmd) { function in class:WifiRequest
562 int res = create(NL80211_CMD_VENDOR);
591 int err = create(); /* create the message */
637 res = create(); /* create the message */
661 res = create(); /* create the message */
798 int WifiVendorCommand::create() { function in class:WifiVendorCommand
[all...]
H A Dcpp_bindings.h186 int create(int family, uint8_t cmd, int flags, int hdrlen);
187 int create(uint8_t cmd, int flags, int hdrlen) { function in class:WifiRequest
188 return create(mFamily, cmd, flags, hdrlen);
190 int create(uint8_t cmd) { function in class:WifiRequest
191 return create(mFamily, cmd, 0, 0);
194 int create(uint32_t id, int subcmd);
315 virtual int create() { function in class:WifiCommand
406 virtual int create();
H A Dwifi_hal.cpp111 ALOGE("Failed to create NL socket");
166 /* create the message */
167 ret = supportedFeatures.create();
199 /* create the message */
200 ret = busSizeSupported.create();
224 ALOGE("Could not create diag sock");
375 ALOGE("Failed to create command socket port");
390 ALOGE("Failed to create event socket port");
546 ALOGE("Failed to create exit socket pair");
837 virtual int create() { function in class:GetMulticastIdCommand
[all...]
H A Dgscan.cpp132 ret = gScanCommand->create();
227 ret = gScanCommand->create();
331 ret = gScanCommand->create();
553 ret = gScanCommand->create();
648 ret = gScanCommand->create();
822 ret = gScanCommand->create();
918 ret = gScanCommand->create();
1105 ret = gScanCommand->create();
1217 ret = gScanCommand->create();
1300 /* create th
1361 int GScanCommand::create() { function in class:GScanCommand
[all...]
H A Dwifilogger.cpp107 ret = wifiLoggerCommand->create();
242 ret = wifiLoggerCommand->create();
310 ret = wifiLoggerCommand->create();
375 ret = wifiLoggerCommand->create();
438 ret = wifiLoggerCommand->create();
500 ret = wifiLoggerCommand->create();
789 int WifiLoggerCommand::create() { function in class:WifiLoggerCommand
790 int ret = mMsg.create(NL80211_CMD_VENDOR, 0, 0);
1465 ret = wifiLoggerCommand->create();
/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioHardwareALSA.cpp53 return android_audio_legacy::AudioHardwareALSA::create();
72 AudioHardwareInterface *AudioHardwareALSA::create() { function in class:android_audio_legacy::AudioHardwareALSA

Completed in 464 milliseconds