OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ThunkerBase
(Results
1 - 6
of
6
) sorted by null
/device/google/cuttlefish_common/common/libs/threads/
thunkers.h
19
template <typename HalType, typename Impl, typename F> struct
ThunkerBase
;
25
* struct
ThunkerBase
<HalType, Impl, R(Args...)> {
34
struct
ThunkerBase
<HalType, Impl, R()> {
47
struct
ThunkerBase
<HalType, Impl, R(T1)> {
60
struct
ThunkerBase
<HalType, Impl, R(T1, T2)> {
74
struct
ThunkerBase
<HalType, Impl, R(T1, T2, T3)> {
88
struct
ThunkerBase
<HalType, Impl, R(T1, T2, T3, T4)> {
102
struct
ThunkerBase
<HalType, Impl, R(T1, T2, T3, T4, T5)> {
116
struct
ThunkerBase
<HalType, Impl, R(T1, T2, T3, T4, T5, T6)> {
131
struct
ThunkerBase
<HalType, Impl, R(T1, T2, T3, T4, T5, T6, T7)>
[
all
...]
cuttlefish_thread_test.cpp
68
ThunkerBase
<void, MutexTest, F>{};
128
ThunkerBase
<void, NotifyOneTest, F>{};
179
ThunkerBase
<void, NotifyAllTest, F>{};
224
ThunkerBase
<void, WaitUntilTest, F>{};
/device/google/cuttlefish_common/guest/hals/audio/
vsoc_audio_input_stream.cpp
37
ThunkerBase
<audio_stream, GceAudioInputStream, F>{};
39
ThunkerBase
<audio_stream_in, GceAudioInputStream, F>{};
vsoc_audio.cpp
46
ThunkerBase
<hw_device_t, GceAudio, F>{};
48
ThunkerBase
<audio_hw_device, GceAudio, F>{};
50
ThunkerBase
<void, GceAudio, F>{};
vsoc_audio_output_stream.cpp
58
ThunkerBase
<audio_stream, GceAudioOutputStream, F>{};
61
ThunkerBase
<audio_stream_out, GceAudioOutputStream, F>{};
/device/google/cuttlefish_common/guest/hals/sensors/
vsoc_sensors.cpp
45
struct HWDeviceThunker :
ThunkerBase
<hw_device_t, GceSensors, F> {};
47
struct SensorsThunker :
ThunkerBase
<sensors_poll_device_t, GceSensors, F> {};
49
struct SensorsThunker1 :
ThunkerBase
<sensors_poll_device_1, GceSensors, F> {};
51
struct SensorsThreadThunker :
ThunkerBase
<void, GceSensors, F> {};
Completed in 2470 milliseconds