Home
last modified time | relevance | path

Searched refs:this (Results 1 - 25 of 30) sorted by relevance

12

/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_p2p_hal.c4 * you may not use this file except in compliance with the License.
61 static P2pSupplicantErrCode WpaP2pCliCmdWpsPbc(WifiWpaP2pGroupInterface *this, const char *bssid) in WpaP2pCliCmdWpsPbc() argument
63 if (this == NULL || bssid == NULL) { in WpaP2pCliCmdWpsPbc()
68 if (snprintf_s(cmd, sizeof(cmd), sizeof(cmd) - 1, "IFNAME=%s WPS_PBC", this->groupIfname) < 0) { in WpaP2pCliCmdWpsPbc()
90 static P2pSupplicantErrCode WpaP2pCliCmdWpsPin(WifiWpaP2pGroupInterface *this, P2pWpsPinDisplayArgv *argv) in WpaP2pCliCmdWpsPin() argument
92 if (this == NULL || argv == NULL) { in WpaP2pCliCmdWpsPin()
103 res = snprintf_s(cmd, sizeof(cmd), sizeof(cmd) - 1, "IFNAME=%s WPS_PIN any %s", this->groupIfname, in WpaP2pCliCmdWpsPin()
106 res = snprintf_s(cmd, sizeof(cmd), sizeof(cmd) - 1, "IFNAME=%s WPS_PIN any", this->groupIfname); in WpaP2pCliCmdWpsPin()
108 res = snprintf_s(cmd, sizeof(cmd), sizeof(cmd) - 1, "IFNAME=%s WPS_PIN %s", this->groupIfname, argv->bssid); in WpaP2pCliCmdWpsPin()
127 static P2pSupplicantErrCode WpaP2pCliCmdSetPowerSave(WifiWpaP2pGroupInterface *this, in argument
145 WpaP2pCliCmdSetGroupIdle(WifiWpaP2pGroupInterface *this, int timeout) WpaP2pCliCmdSetGroupIdle() argument
164 WpaP2pCliCmdSetWpsName(WifiWpaP2pInterface *this, const char *name) WpaP2pCliCmdSetWpsName() argument
182 WpaP2pCliCmdSetWpsDeviceType(WifiWpaP2pInterface *this, const char *type) WpaP2pCliCmdSetWpsDeviceType() argument
201 WpaP2pCliCmdSetWpsSecDeviceType(WifiWpaP2pInterface *this, const char *type) WpaP2pCliCmdSetWpsSecDeviceType() argument
219 WpaP2pCliCmdSetWpsConfigMethods(WifiWpaP2pInterface *this, const char *methods) WpaP2pCliCmdSetWpsConfigMethods() argument
237 WpaP2pCliCmdSetSsidPostfixName(WifiWpaP2pInterface *this, const char *name) WpaP2pCliCmdSetSsidPostfixName() argument
255 WpaP2pCliCmdGetDeviceAddress(WifiWpaP2pInterface *this, char *devAddress, int size) WpaP2pCliCmdGetDeviceAddress() argument
294 WpaP2pCliCmdFlush(WifiWpaP2pInterface *this) WpaP2pCliCmdFlush() argument
312 WpaP2pCliCmdFlushService(WifiWpaP2pInterface *this) WpaP2pCliCmdFlushService() argument
330 WpaP2pCliCmdP2pStopFind(WifiWpaP2pInterface *this) WpaP2pCliCmdP2pStopFind() argument
348 WpaP2pCliCmdP2pRemoveGroup(WifiWpaP2pInterface *this, const char *groupname) WpaP2pCliCmdP2pRemoveGroup() argument
366 WpaP2pCliCmdP2pFound(WifiWpaP2pInterface *this, int timeout) WpaP2pCliCmdP2pFound() argument
390 WpaP2pCliCmdRemoveNetwork(WifiWpaP2pInterface *this, int networkId) WpaP2pCliCmdRemoveNetwork() argument
417 WpaP2pCliCmdSetWfdEnable(WifiWpaP2pInterface *this, int enable) WpaP2pCliCmdSetWfdEnable() argument
435 WpaP2pCliCmdSetWfdDeviceInfo(WifiWpaP2pInterface *this, const char *conf) WpaP2pCliCmdSetWfdDeviceInfo() argument
464 WpaP2pCliCmdExtListen(WifiWpaP2pInterface *this, int enable, int period, int interval) WpaP2pCliCmdExtListen() argument
489 WpaP2pCliCmdSetListenChannel(WifiWpaP2pInterface *this, int channel, int regClass) WpaP2pCliCmdSetListenChannel() argument
515 WpaP2pCliCmdCancelConnect(WifiWpaP2pInterface *this) WpaP2pCliCmdCancelConnect() argument
533 WpaP2pCliCmdInvite(WifiWpaP2pInterface *this, const P2pHalInviteArgv *argv) WpaP2pCliCmdInvite() argument
555 WpaP2pCliCmdReInvite(WifiWpaP2pInterface *this, const P2pHalReInviteArgv *argv) WpaP2pCliCmdReInvite() argument
577 WpaP2pCliCmdServiceAdd(WifiWpaP2pInterface *this, const struct HdiP2pServiceInfo *argv) WpaP2pCliCmdServiceAdd() argument
622 WpaP2pCliCmdServiceDel(WifiWpaP2pInterface *this, const struct HdiP2pServiceInfo *argv) WpaP2pCliCmdServiceDel() argument
666 WpaP2pCliCmdServDiscReq( WifiWpaP2pInterface *this, const char *peerBssid, const char *tlvs, char *retSeq, unsigned size) WpaP2pCliCmdServDiscReq() argument
700 WpaP2pCliCmdServDiscCancelReq(WifiWpaP2pInterface *this, const char *val) WpaP2pCliCmdServDiscCancelReq() argument
718 WpaP2pCliCmdProvisionDiscovery( WifiWpaP2pInterface *this, const P2pProvisionDiscoveryArgv *argv) WpaP2pCliCmdProvisionDiscovery() argument
753 WpaP2pCliCmdGroupAdd(WifiWpaP2pInterface *this, int isPersistent, int networkId, int freq) WpaP2pCliCmdGroupAdd() argument
783 WpaP2pCliCmdStoreConfig(WifiWpaP2pInterface *this) WpaP2pCliCmdStoreConfig() argument
801 WpaP2pCliCmdSetPersistentReconnect(WifiWpaP2pInterface *this, int status) WpaP2pCliCmdSetPersistentReconnect() argument
822 WpaP2pCliCmdRespServerDiscovery(WifiWpaP2pInterface *this, const struct HdiP2pServDiscReqInfo *info) WpaP2pCliCmdRespServerDiscovery() argument
847 WpaP2pCliCmdSetServDiscExternal(WifiWpaP2pInterface *this, int mode) WpaP2pCliCmdSetServDiscExternal() argument
864 SetP2pDeviceRandomMacAddr(WifiWpaP2pInterface *this, int mode) SetP2pDeviceRandomMacAddr() argument
882 SetP2pInterfaceRandomMacAddr(WifiWpaP2pInterface *this, int mode) SetP2pInterfaceRandomMacAddr() argument
900 CheckDriverRandomCapcb(WifiWpaP2pInterface *this) CheckDriverRandomCapcb() argument
928 WpaP2pCliCmdSetRandomMac(WifiWpaP2pInterface *this, int mode) WpaP2pCliCmdSetRandomMac() argument
944 WpaP2pCliCmdP2pGetChba0Freq(WifiWpaP2pInterface *this, int *chba0Freq) WpaP2pCliCmdP2pGetChba0Freq() argument
999 WpaP2pCliCmdSetGroupConfig(WifiWpaP2pInterface *this, const P2pWpaGroupConfigArgv *argv) WpaP2pCliCmdSetGroupConfig() argument
1030 WpaP2pCliCmdGetGroupConfig(WifiWpaP2pInterface *this, P2pWpaGroupConfigArgv *argv) WpaP2pCliCmdGetGroupConfig() argument
1068 WpaP2pCliCmdAddNetwork(WifiWpaP2pInterface *this, int *networkId) WpaP2pCliCmdAddNetwork() argument
1088 WpaP2pHid2dCliCmdConnect(WifiWpaP2pInterface *this, Hid2dConnectInfo *info) WpaP2pHid2dCliCmdConnect() argument
[all...]
H A Dwpa_supplicant_hal.c4 * you may not use this file except in compliance with the License.
114 static int WpaCliCmdStatus(WifiWpaStaInterface *this, const char*ifName, struct WpaHalCmdStatus *pcmd) in WpaCliCmdStatus() argument
116 if (this == NULL || pcmd == NULL) { in WpaCliCmdStatus()
120 if (snprintf_s(cmd, sizeof(cmd), sizeof(cmd) - 1, "IFNAME=%s STATUS", ifName == NULL ? this->ifname : ifName) < 0) { in WpaCliCmdStatus()
166 static int WpaCliCmdAddNetworks(WifiWpaStaInterface *this) in WpaCliCmdAddNetworks() argument
168 if (this == NULL) { in WpaCliCmdAddNetworks()
173 if (snprintf_s(cmd, sizeof(cmd), sizeof(cmd) - 1, "IFNAME=%s ADD_NETWORK", this->ifname) < 0) { in WpaCliCmdAddNetworks()
183 static int WpaCliCmdReconnect(WifiWpaStaInterface *this) in WpaCliCmdReconnect() argument
185 if (this == NULL) { in WpaCliCmdReconnect()
190 if (snprintf_s(cmd, sizeof(cmd), sizeof(cmd) - 1, "IFNAME=%s RECONNECT", this in WpaCliCmdReconnect()
197 WpaCliCmdReassociate(WifiWpaStaInterface *this) WpaCliCmdReassociate() argument
211 WpaCliCmdDisconnect(WifiWpaStaInterface *this) WpaCliCmdDisconnect() argument
225 WpaCliCmdSaveConfig(WifiWpaStaInterface *this) WpaCliCmdSaveConfig() argument
239 WpaCliCmdSetNetwork(WifiWpaStaInterface *this, const struct WpaSetNetworkArgv *argv) WpaCliCmdSetNetwork() argument
269 WpaCliCmdEnableNetwork(WifiWpaStaInterface *this, int networkId) WpaCliCmdEnableNetwork() argument
283 WpaCliCmdSelectNetwork(WifiWpaStaInterface *this, int networkId) WpaCliCmdSelectNetwork() argument
297 WpaCliCmdDisableNetwork(WifiWpaStaInterface *this, int networkId) WpaCliCmdDisableNetwork() argument
311 WpaCliCmdRemoveNetwork(WifiWpaStaInterface *this, int networkId) WpaCliCmdRemoveNetwork() argument
333 WpaCliCmdGetNetwork( WifiWpaStaInterface *this, const struct WpaGetNetworkArgv *argv, char *pcmd, unsigned size) WpaCliCmdGetNetwork() argument
362 WpaCliCmdWpsPbc(WifiWpaStaInterface *this, const struct WpaWpsPbcArgv *wpspbc) WpaCliCmdWpsPbc() argument
408 WpaCliCmdWpsPin(WifiWpaStaInterface *this, const struct WpaWpsPinArgv *wpspin, int *pincode) WpaCliCmdWpsPin() argument
447 WpaCliCmdWpsCancel(WifiWpaStaInterface *this) WpaCliCmdWpsCancel() argument
461 WpaCliCmdPowerSave(WifiWpaStaInterface *this, int enable) WpaCliCmdPowerSave() argument
481 WpaCliCmdSetRoamConfig(WifiWpaStaInterface *this, const char *bssid) WpaCliCmdSetRoamConfig() argument
495 WpaCliCmdSetCountryCode(WifiWpaStaInterface *this, const char *countryCode) WpaCliCmdSetCountryCode() argument
509 WpaCliCmdGetCountryCode(WifiWpaStaInterface *this, char *countryCode, int codeSize) WpaCliCmdGetCountryCode() argument
531 WpaCliCmdGetConnectionCapabilities(WifiWpaStaInterface *this, struct ConnectionCapabilities *connectionCap) WpaCliCmdGetConnectionCapabilities() argument
569 WpaCliCmdGetRequirePmf(WifiWpaStaInterface *this, int *enable) WpaCliCmdGetRequirePmf() argument
598 WpaCliCmdWepKeyTxKeyIdx(WifiWpaStaInterface *this, int *keyIdx) WpaCliCmdWepKeyTxKeyIdx() argument
627 WpaCliCmdWepKey(WifiWpaStaInterface *this, int keyIdx, unsigned char *wepKey, unsigned int *wepKeyLen) WpaCliCmdWepKey() argument
661 WpaCliCmdGetPsk(WifiWpaStaInterface *this, unsigned char *psk, unsigned int *pskLen) WpaCliCmdGetPsk() argument
694 WpaCliCmdGetPskPassphrase(WifiWpaStaInterface *this, char *psk, unsigned int pskLen) WpaCliCmdGetPskPassphrase() argument
726 WpaCliCmdGetScanSsid(WifiWpaStaInterface *this, int *scanSsid) WpaCliCmdGetScanSsid() argument
755 WpaCliCmdSetAutoConnect(WifiWpaStaInterface *this, int enable) WpaCliCmdSetAutoConnect() argument
769 WpaCliCmdWpaBlockListClear(WifiWpaStaInterface *this) WpaCliCmdWpaBlockListClear() argument
818 WpaCliCmdListNetworks(WifiWpaStaInterface *this, WifiNetworkInfo *pcmd, int *size) WpaCliCmdListNetworks() argument
864 AssignCmdLen(WifiWpaStaInterface *this, const ScanSettings *settings) AssignCmdLen() argument
942 WpaCliCmdBssFlush(WifiWpaStaInterface *this) WpaCliCmdBssFlush() argument
956 WpaCliCmdScan(WifiWpaStaInterface *this, const ScanSettings *settings) WpaCliCmdScan() argument
1442 WpaCliCmdScanInfo(WifiWpaStaInterface *this, unsigned char *resultBuf, unsigned int *resultBufLen) WpaCliCmdScanInfo() argument
1463 WpaCliCmdGetSignalInfo(WifiWpaStaInterface *this, WpaSignalInfo *info) WpaCliCmdGetSignalInfo() argument
1506 WpaCliCmdWpaSetPowerMode(WifiWpaStaInterface *this, bool mode) WpaCliCmdWpaSetPowerMode() argument
1523 WpaCliCmdWpaSetSuspendMode(WifiWpaStaInterface *this, bool mode) WpaCliCmdWpaSetSuspendMode() argument
1540 WpaCliCmdStaShellCmd(WifiWpaStaInterface *this, const char *params) WpaCliCmdStaShellCmd() argument
[all...]
H A Dwpa_supplicant_hal.h4 * you may not use this file except in compliance with the License.
109 int (*wpaCliCmdScanInfo) (WifiWpaStaInterface *this, unsigned char *resultBuf, unsigned int *resultBufLen);
113 int (*wpaCliCmdGetScanSsid)(WifiWpaStaInterface *this, int *scanSsid);
114 int (*wpaCliCmdGetPskPassphrase)(WifiWpaStaInterface *this, char *psk, unsigned int pskLen);
115 int (*wpaCliCmdGetPsk)(WifiWpaStaInterface *this, unsigned char *psk, unsigned int *pskLen);
116 int (*wpaCliCmdWepKey)(WifiWpaStaInterface *this, int keyIdx, unsigned char *wepKey, unsigned int *wepKeyLen);
117 int (*wpaCliCmdWepKeyTxKeyIdx)(WifiWpaStaInterface *this, int *keyIdx);
118 int (*wpaCliCmdGetRequirePmf)(WifiWpaStaInterface *this, int *enable);
119 int (*wpaCliCmdGetConnectionCapabilities)(WifiWpaStaInterface *this, struct ConnectionCapabilities *connectionCap);
120 int (*wpaCliCmdStaShellCmd)(WifiWpaStaInterface *this, cons
[all...]
/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dlogger.h6 * See the LICENSE file in the root of this repository for complete details.
40 return *this; in operator <<()
43 return *this; in operator <<()
52 return *this; in Debug()
59 return *this; in Info()
66 return *this; in Warning()
73 return *this; in Error()
80 return *this; in Fatal()
/drivers/peripheral/distributed_camera/hdi_service/include/utils/
H A Ddcamera_base.h4 * you may not use this file except in compliance with the License.
30 return this->deviceId_ == index.deviceId_ && this->dhId_ == index.dhId_; in operator ==()
35 return (this->deviceId_ + this->dhId_) < (index.deviceId_ + index.dhId_); in operator <()
H A Dconstants.h4 * you may not use this file except in compliance with the License.
134 return (this->width_ == others.width_) && (this->height_ == others.height_); in operator ==()
139 return this->width_ < others.width_ || in operator <()
140 (this->width_ == others.width_ && this->height_ < others.height_); in operator <()
/drivers/peripheral/thermal/interfaces/hdi_service/include/
H A Dsensor_info_config.h4 * you may not use this file except in compliance with the License.
33 return (this->type == sensorType); in operator ==()
42 return (this->type == sensorType); in operator ==()
H A Dbase_info_config.h4 * you may not use this file except in compliance with the License.
31 return (this->tag == tag); in operator ==()
/drivers/hdf_core/framework/tools/hdi-gen/util/
H A Dautoptr.h6 * See the LICENSE file in the root of this repository for complete details.
107 return *this; in operator =()
116 return *this; in operator =()
123 return *this; in operator =()
132 return *this; in operator =()
143 return *this; in operator =()
/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/include/
H A Dstream_pipeline_data_structure.h4 * you may not use this file except in compliance with the License.
59 if (this->portSpecSet_.size() == n.portSpecSet_.size()) {
67 if (this->portSpecSet_.size() != n.portSpecSet_.size()) {
/drivers/peripheral/codec/test/demo/idl/include/
H A Dcodec_hdi_decode.h4 * you may not use this file except in compliance with the License.
74 if (this->bufferHandle != nullptr && gralloc_ != nullptr) { in setBufferHandle()
75 gralloc_->FreeMem(*this->bufferHandle); in setBufferHandle()
77 this->bufferHandle = bufferHandle; in setBufferHandle()
/drivers/peripheral/codec/test/demo/v2.0/include/
H A Dcodec_hdi_decode.h4 * you may not use this file except in compliance with the License.
68 if (this->bufferHandle != nullptr) { in setBufferHandle()
70 buffer_->FreeMem(*this->bufferHandle); in setBufferHandle()
73 this->bufferHandle = bufferHandle; in setBufferHandle()
/drivers/peripheral/camera/vdi_base/common/include/
H A Dbuffer_trace.h4 * you may not use this file except in compliance with the License.
49 return this->frameNumber_ == id.frameNumber_; in operator ==()
/drivers/peripheral/display/composer/vdi_base/include/
H A Dhdi_shared_fd.h4 * you may not use this file except in compliance with the License.
47 return *this; in operator =()
/drivers/peripheral/display/hal/default_standard/src/display_device/core/
H A Dhdi_fd.h4 * you may not use this file except in compliance with the License.
46 return *this; in operator =()
/drivers/peripheral/user_auth/test/unittest/mocks/inc/
H A Dc_mocker.h4 * you may not use this file except in compliance with the License.
35 instance_ = static_cast<T *>(this); in CMocker()
41 EXPECT_EQ(instance_, this); in ~CMocker()
/drivers/interface/display/composer/v1_1/hdi_impl/
H A Ddisplay_composer_hdi_impl.h4 * you may not use this file except in compliance with the License.
92 return ToDispErrCode(hdi_v1_1_->RegSeamlessChangeCallback(this));
120 return ToDispErrCode(hdi_v1_1_->SetDisplayModeAsync(devId, modeId, this));
165 return ToDispErrCode(hdi_v1_1_->RegRefreshCallback(this));
/drivers/peripheral/camera/vdi_base/common/buffer_manager/include/
H A Dbuffer_loop_tracking.h4 * you may not use this file except in compliance with the License.
49 return this->nodeName_ == n.nodeName_; in operator ==()
74 return this->trackingId_ == n.trackingId_; in operator ==()
/drivers/hdf_core/adapter/uhdf2/ipc/include/
H A Diproxy_broker.h4 * you may not use this file except in compliance with the License.
42 return this; in AsInterface()
/drivers/hdf_core/interfaces/inner_api/ipc/
H A Diproxy_broker.h4 * you may not use this file except in compliance with the License.
42 return this; in AsInterface()
/drivers/peripheral/audio/test/sample/tools/get_trace_loop/
H A Dget_trace_loop.py4 # you may not use this file except in compliance with the License.
101 cmd = "hdc shell \"hitrace -b 40960 -t " + str(trace_duration) + " --overwrite hdf -o /data/log/this.trace\""
106 cmd = "hdc file recv /data/log/this.trace " + trace_file_name
/drivers/peripheral/camera/vdi_base/interfaces/v1_0/
H A Dicamera_host_vdi.h4 * you may not use this file except in compliance with the License.
70 new CameraHostCallBackDeathRecipient(this); in SetCallback()
/drivers/hdf_core/interfaces/inner_api/hdi/base/
H A Dhdi_smq_meta.h4 * you may not use this file except in compliance with the License.
240 if (this != &other) { in operator =()
254 return *this; in operator =()
/drivers/peripheral/codec/hal/v2.0/hdi_impl/include/
H A Dcomponent_node.h4 * you may not use this file except in compliance with the License.
86 this->comp_ = comp; in SetHandle()
/drivers/interface/display/composer/v1_2/hdi_impl/
H A Ddisplay_composer_hdi_impl.h4 * you may not use this file except in compliance with the License.
97 return ToDispErrCode(hdi_v1_2_->RegDisplayVBlankIdleCallback(this));

Completed in 10 milliseconds

12