2024年5月18日

windows 查找文件内容

摘要: findstr /s /i "is_floating_point_v" "D:/sdk/*" 阅读全文

posted @ 2024-05-18 22:53 huangguanyuan 阅读(1) 评论(0) 推荐(0) 编辑

2024年3月24日

SurfaceViewRenderer 绘制流程

摘要: SurfaceViewRenderer SurfaceEglRenderer / EglRenderer app -1-> SurfaceViewRenderer-1-2-> SurfaceEglRenderer(EglRenderer)-1-2-3-> VideoFrameDrawer-1-> S 阅读全文

posted @ 2024-03-24 09:40 huangguanyuan 阅读(19) 评论(0) 推荐(0) 编辑

2024年3月18日

C++ 11 std::future_error

摘要: https://en.cppreference.com/w/cpp/thread/future_error https://en.cppreference.com/w/cpp/thread 阅读全文

posted @ 2024-03-18 14:07 huangguanyuan 阅读(1) 评论(0) 推荐(0) 编辑

2024年2月27日

makefile 实例: 编译libxyz.so 和 abc可执行文件。

摘要: .PHONY : clean all alldepall: alldep OBJDIR = Object ### libxyx.so ###TARGET_LIB_XYZ = libxyz.soTARGET_LIB_XYZ_OUTPUT = $(OBJDIR)/$(TARGET_LIB_XYZ) LD 阅读全文

posted @ 2024-02-27 15:22 huangguanyuan 阅读(18) 评论(0) 推荐(0) 编辑

2024年2月22日

linux 上创建wifi网卡。

摘要: iw dev wlan0 interface add wlan1 type managed 阅读全文

posted @ 2024-02-22 20:06 huangguanyuan 阅读(10) 评论(0) 推荐(0) 编辑

2024年1月16日

int 与 void* 类型转换报错; long 与void*类型转换成功。

摘要: #include <stdio.h> int main(int argc, char *argv[]) { void *p = NULL; //int test = 100; //int idx2int = reinterpret_cast<int>(p); //error //int idx2in 阅读全文

posted @ 2024-01-16 09:35 huangguanyuan 阅读(19) 评论(0) 推荐(0) 编辑

2024年1月9日

BB

摘要: https://a4z.gitlab.io/docs/BitBake/guide.html 阅读全文

posted @ 2024-01-09 21:53 huangguanyuan 阅读(3) 评论(0) 推荐(0) 编辑

2023年12月29日

IPC

摘要: 1wpa_cli 与 wpa_supplicant 之间通信关键函数:(1)wpa_cli发送命令到wpa_supplicantstatic void wpa_request(struct wpa_ctrl *ctrl, int argc, char *argv[])-1-> static cons 阅读全文

posted @ 2023-12-29 17:40 huangguanyuan 阅读(8) 评论(0) 推荐(0) 编辑

2023年12月26日

ap band

摘要: AP 2.4G 20M ht_capab=[HT20] //20M vht_capab=[SHORT-GI-20] //20M vht_oper_chwidth=0 he_oper_chwidth=0 1.E_FIBO_WIFI_MODE_80211B hw_mode=b ieee80211n=0 阅读全文

posted @ 2023-12-26 12:09 huangguanyuan 阅读(24) 评论(0) 推荐(0) 编辑

q_m_a_p_s

摘要: disable状态下: virtual telux::common::ErrorCode getConfig(int& numAp, int& numSta) = 0; virtual telux::common::ErrorCode setMode(int numOfAp, int numOfSt 阅读全文

posted @ 2023-12-26 12:06 huangguanyuan 阅读(7) 评论(0) 推荐(0) 编辑

导航