Home
last modified time | relevance | path

Searched refs:_state (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/embdrv/encoder_for_aptx/src/
DaptXbtenc.c72 APTXBTENCEXPORT int aptxbtenc_init(void* _state, short endian) { in aptxbtenc_init() argument
73 aptxbtenc* state = (aptxbtenc*)_state; in aptxbtenc_init()
78 clearmem(_state, sizeof(aptxbtenc)); in aptxbtenc_init()
173 APTXBTENCEXPORT int aptxbtenc_setsync_mode(void* _state, int32_t sync_mode) { in aptxbtenc_setsync_mode() argument
174 aptxbtenc* state = (aptxbtenc*)_state; in aptxbtenc_setsync_mode()
180 APTXBTENCEXPORT int aptxbtenc_encodestereo(void* _state, void* _pcmL, in aptxbtenc_encodestereo() argument
182 aptxbtenc* state = (aptxbtenc*)_state; in aptxbtenc_encodestereo()
/packages/modules/Bluetooth/system/embdrv/encoder_for_aptx/include/
DaptXbtenc.h53 APTXBTENCEXPORT int aptxbtenc_init(void* _state, short endian);
60 APTXBTENCEXPORT int aptxbtenc_setsync_mode(void* _state, int32_t sync_mode);
64 APTXBTENCEXPORT int aptxbtenc_encodestereo(void* _state, void* _pcmL,
/packages/modules/Bluetooth/system/embdrv/encoder_for_aptxhd/src/
DaptXHDbtenc.c66 APTXHDBTENCEXPORT int aptxhdbtenc_init(void* _state, short endian) { in aptxhdbtenc_init() argument
67 aptxhdbtenc* state = (aptxhdbtenc*)_state; in aptxhdbtenc_init()
69 clearmem_HD(_state, sizeof(aptxhdbtenc)); in aptxhdbtenc_init()
161 APTXHDBTENCEXPORT int aptxhdbtenc_encodestereo(void* _state, void* _pcmL, in aptxhdbtenc_encodestereo() argument
163 aptxhdbtenc* state = (aptxhdbtenc*)_state; in aptxhdbtenc_encodestereo()
/packages/modules/Bluetooth/system/embdrv/encoder_for_aptxhd/include/
DaptXHDbtenc.h51 APTXHDBTENCEXPORT int aptxhdbtenc_init(void* _state, short endian);
56 APTXHDBTENCEXPORT int aptxhdbtenc_encodestereo(void* _state, void* _pcmL,
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/wear/elements/layout/
DScalingLazyColumnState.kt83 private var _state: ScalingLazyListState? = null variable in com.android.permissioncontroller.permission.ui.wear.elements.layout.ScalingLazyColumnState
86 if (_state == null) {
87 _state =
93 return _state!!
96 _state = value
/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dadapter_service.rs119 BaseCallbacks::AdapterState(_state) => { in fetch_events()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hh.cc134 #define BTHH_STATE_UPDATE(_link_spec, _state) \ argument
138 bthh_connection_state_text(_state)); \
140 (_link_spec).addrt.type, (_link_spec).transport, (_state)); \