Searched refs:create_event (Results 1 – 2 of 2) sorted by relevance
299 LeAudioStackEvent create_event = in verifyBroadcastStarted() local301 create_event.valueInt1 = broadcastId; in verifyBroadcastStarted()302 create_event.valueBool1 = true; in verifyBroadcastStarted()303 mService.messageFromNative(create_event); in verifyBroadcastStarted()414 LeAudioStackEvent create_event = in testCreateBroadcastNativeFailed() local416 create_event.valueInt1 = broadcastId; in testCreateBroadcastNativeFailed()417 create_event.valueBool1 = false; in testCreateBroadcastNativeFailed()418 mService.messageFromNative(create_event); in testCreateBroadcastNativeFailed()459 LeAudioStackEvent create_event = in testCreateBroadcastTimeout() local461 create_event.valueInt1 = broadcastId; in testCreateBroadcastTimeout()[all …]
114 let create_event: [u8; UHID_EVENT_SIZE] = InputEvent::Create(create_params).into(); in create() localVariable123 uhid_writer.write_all(&create_event).unwrap(); in create()