HomeSort by relevance Sort by last modified time
    Searched refs:native_reg (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/modules/audio_device/android/
audio_record_jni.cc 33 NativeRegistration* native_reg,
36 init_recording_(native_reg->GetMethodId("initRecording", "(II)I")),
37 start_recording_(native_reg->GetMethodId("startRecording", "()Z")),
38 stop_recording_(native_reg->GetMethodId("stopRecording", "()Z")),
39 enable_built_in_aec_(native_reg->GetMethodId("enableBuiltInAEC", "(Z)Z")),
40 enable_built_in_agc_(native_reg->GetMethodId("enableBuiltInAGC", "(Z)Z")),
41 enable_built_in_ns_(native_reg->GetMethodId("enableBuiltInNS", "(Z)Z")) {}
audio_track_jni.cc 33 NativeRegistration* native_reg,
36 init_playout_(native_reg->GetMethodId("initPlayout", "(II)V")),
37 start_playout_(native_reg->GetMethodId("startPlayout", "()Z")),
38 stop_playout_(native_reg->GetMethodId("stopPlayout", "()Z")),
39 set_stream_volume_(native_reg->GetMethodId("setStreamVolume", "(I)Z")),
41 native_reg->GetMethodId("getStreamMaxVolume", "()I")),
42 get_stream_volume_(native_reg->GetMethodId("getStreamVolume", "()I")) {}
audio_manager.cc 34 NativeRegistration* native_reg,
37 init_(native_reg->GetMethodId("init", "()Z")),
38 dispose_(native_reg->GetMethodId("dispose", "()V")),
40 native_reg->GetMethodId("isCommunicationModeEnabled", "()Z")),
42 native_reg->GetMethodId("isDeviceBlacklistedForOpenSLESUsage",
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_compiler.c 921 struct etna_native_reg native_reg = etna_get_src_reg(c, in->Register)->native; local
927 assert(native_reg.is_tex && native_reg.valid);
928 rv.id = native_reg.id;
    [all...]

Completed in 703 milliseconds