Searched refs:native_lcd_open (Results 1 – 2 of 2) sorted by relevance
27 static JSValue native_lcd_open(JSContext *ctx, JSValueConst this_val, in native_lcd_open() function122 JS_CFUNC_DEF("open", 0, native_lcd_open),
138 static duk_ret_t native_lcd_open(duk_context *ctx) in native_lcd_open() function277 AMP_ADD_FUNCTION("open", native_lcd_open, 1); in module_lcd_register()
Completed in 3 milliseconds